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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17738Deng, Nicolas, P14197BerlinSaarlandGermany
17777Alvarez, Armando, M14197BerlinSaarlandGermany
17788Liu, Jeffery, M12171BerlinSaarlandGermany

Generated 2025-07-07 23:08:48.476 UTC