[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 5989  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16674Yuan, Ricardo3977CranbourneVictoriaAustralia
28603Bell, Brian, R94070San CarlosCaliforniaUnited States
23667Arun, Harold98312BremertonWashingtonUnited States

Generated 2025-07-20 17:59:48.376 UTC