[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 1288   SHUFFLE   <  SKIP 873  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11692Gonzales, Caleb, A91502BurbankCaliforniaUnited States
12769Zhang, Thomas, H98501OlympiaWashingtonUnited States
15927Huang, Gilbert, N12311BerlinSaarlandGermany
25987Kumar, Hunter90706BellflowerCaliforniaUnited States

Generated 2025-07-17 15:02:53.594 UTC