[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 2500   SHUFFLE   <  SKIP 90  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17850Shen, Alvin31770ColomiersGaronne (Haute)France
18440Ashe, Joe94014ColmaCaliforniaUnited States
23949Deng, Kelvin, R92400CourbevoieHauts de SeineFrance
16246Simmons, Lucas, B98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-19 23:03:05.600 UTC