[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 999   SHUFFLE   <  SKIP 1002  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11630Powell, Haley98104SeattleWashingtonUnited States
26738Simmons, Katherine, M94303Palo AltoCaliforniaUnited States
23220Malhotra, Roy, PLA1 1LNLancasterEnglandUnited Kingdom
28405Malhotra, Erick, A41485GrevenbroichBayernGermany

Generated 2025-07-14 20:30:57.147 UTC