[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 199  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21663Goel, Kenneth70511StuttgartSaarlandGermany
28473Rodriguez, BruceNT20Newcastle upon TyneEnglandUnited Kingdom
17358Bell, Sydney91791West CovinaCaliforniaUnited States

Generated 2025-07-13 06:48:33.996 UTC