[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 2000   SHUFFLE   <  SKIP 2  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19383Nath, Roger64283DarmstadtHessenGermany
15103Lopez, Jonathan, DAS23Stoke-on-TrentEnglandUnited Kingdom
23405Madan, Kari, G90706BellflowerCaliforniaUnited States
26498Hayes, Ethan98055RentonWashingtonUnited States

Generated 2025-07-13 07:40:01.223 UTC