[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 872   SHUFFLE   <  SKIP 1001  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19835Allen, Jordan, L97222MilwaukieOregonUnited States
29321Zheng, Roger4700RockhamptonQueenslandAustralia
15360Martin, Ryan91502BurbankCaliforniaUnited States

Generated 2025-07-13 13:11:40.171 UTC