[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 2421   SHUFFLE   <  SKIP 2456  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14542Ward, Alex, INT20Newcastle upon TyneEnglandUnited Kingdom
11550Torres, DebOX14 4SEOxfordEnglandUnited Kingdom
18672Lewis, Anthony90505TorranceCaliforniaUnited States

Generated 2025-07-18 13:36:58.169 UTC