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

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28877Vance, Joe, LEC1R 0DULondonEnglandUnited Kingdom
28899Anand, Alejandro, RSW6 SBYLondonEnglandUnited Kingdom

Generated 2025-07-18 17:49:38.479 UTC