[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 0   SHUFFLE   <  SKIP 1001  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28955Fernandez, Emmanuel3550BendigoVictoriaAustralia
14963Perry, Sydney, CCM11BillericayEnglandUnited Kingdom
16369Powell, Isabel98201EverettWashingtonUnited States
16817Peterson, Evan92102San DiegoCaliforniaUnited States
28144Phillips, Noah98901YakimaWashingtonUnited States
19153Griffin, Dylan90505TorranceCaliforniaUnited States

Generated 2025-10-29 04:00:38.015 UTC