[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 4   SHUFFLE   <  SKIP 2230  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26110Alexander, James98168BurienWashingtonUnited States
21603Barnes, Seth98225BellinghamWashingtonUnited States
17108Xu, Susan91370Verrieres Le BuissonEssonneFrance

Generated 2025-07-12 22:45:01.284 UTC