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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16543McDonald, JennyW1Y 3RALondonEnglandUnited Kingdom
16546Jordan, Terrance, BEC1R 0DULondonEnglandUnited Kingdom
16573Dominguez, RubenC2H 7AULondonEnglandUnited Kingdom

Generated 2025-07-11 12:08:30.621 UTC