[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 250   SHUFFLE   <  SKIP 1981  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11319Bailey, Jade, E94611OaklandCaliforniaUnited States
18951Jones, Dalton, TV9B 2C3ShawneeBritish ColumbiaCanada
23976Arun, Rachael, JEC1R 0DULondonEnglandUnited Kingdom
13588Dominguez, Deb, A04139LeipzigNordrhein-WestfalenGermany

Generated 2025-07-19 13:49:57.898 UTC