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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12978James, Danielle91502BurbankCaliforniaUnited States
13753Nicholls, Rebecca94063Redwood CityCaliforniaUnited States
14542Ward, Alex, INT20Newcastle upon TyneEnglandUnited Kingdom

Generated 2025-07-16 17:21:48.128 UTC