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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18106Alexander, Carson, G90706BellflowerCaliforniaUnited States
19692Edwards, Aaron90210Beverly HillsCaliforniaUnited States
17884Schmidt, MayraNT20Newcastle upon TyneEnglandUnited Kingdom

Generated 2025-07-21 06:42:01.110 UTC