[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 5916  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21520Baker, SethGA10GatesheadEnglandUnited Kingdom
21547Raje, Brad, EGA10GatesheadEnglandUnited Kingdom

Generated 2025-07-11 10:54:53.492 UTC