[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 4575  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20292Ross, Katherine94015Daly CityCaliforniaUnited States
20363Brown, Alexander, L94015Daly CityCaliforniaUnited States
20637Brown, John94015Daly CityCaliforniaUnited States
20463Bryant, Jasmine, J94015Daly CityCaliforniaUnited States

Generated 2025-07-13 12:19:41.052 UTC