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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12233Yuan, Jerry, DW1N 9FALondonEnglandUnited Kingdom
12239Ramos, AlbertoW1N 9FALondonEnglandUnited Kingdom
12271Hernandez, Tyrone, CSW8 1XDLondonEnglandUnited Kingdom

Generated 2025-07-12 04:27:09.350 UTC