[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 750   SHUFFLE   <  SKIP 279  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18531Simmons, Thomas91932Imperial BeachCaliforniaUnited States
24222Green, Sierra, L97355LebanonOregonUnited States
18306Lin, Margaret, C3000MelbourneVictoriaAustralia
17153Butler, Devin, M91502BurbankCaliforniaUnited States

Generated 2025-07-10 06:25:20.591 UTC