[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 2421   SHUFFLE   <  SKIP 123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21680Torres, Ricky, L38231SalzgitterHessenGermany
23838Ready, Ariana, M92118CoronadoCaliforniaUnited States
18343Green, Dalton94611OaklandCaliforniaUnited States
16001Pal, Ricardo, J91502BurbankCaliforniaUnited States

Generated 2025-07-17 09:41:00.164 UTC