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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15686Vazquez, Pedro, AC2H 7AULondonEnglandUnited Kingdom
16033Lin, Erica, ESW19 3RULondonEnglandUnited Kingdom
16058Zhang, Margaret, GSW8 1XDLondonEnglandUnited Kingdom

Generated 2025-07-12 09:16:37.349 UTC