[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 998   SHUFFLE   <  SKIP 390  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17449Adams, Jackson, H98403TacomaWashingtonUnited States
19362Raje, KarlW10 6BLLondonEnglandUnited Kingdom
16337White, Jose92020El CajonCaliforniaUnited States

Generated 2025-07-17 12:54:52.174 UTC