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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26711Bryant, Mya, P91502BurbankCaliforniaUnited States
13847Tang, Kurt, GOX14 4SEOxfordEnglandUnited Kingdom
28326Lopez, Carla, G4700RockhamptonQueenslandAustralia
17211Rodriguez, Virginia57000MetzMoselleFrance

Generated 2025-07-15 09:03:19.153 UTC