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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23944Wu, Jenny, SAS23Stoke-on-TrentEnglandUnited Kingdom
24051Nath, ColleenAS23Stoke-on-TrentEnglandUnited Kingdom
24114Yuan, Kristin, CAS23Stoke-on-TrentEnglandUnited Kingdom

Generated 2025-07-22 10:05:26.859 UTC