[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 480   SHUFFLE   <  SKIP 537  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22610Chen, Brent, A12171BerlinSaarlandGermany
26890Rogers, BryanCM11BillericayEnglandUnited Kingdom
13980Liu, Margaret, R90210Beverly HillsCaliforniaUnited States
29320Huang, Wesley2036MalabarNew South WalesAustralia

Generated 2025-07-14 13:28:45.461 UTC