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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25508Cook, Melissa20354HamburgHamburgGermany
25758Gutierrez, Leslie20354HamburgHamburgGermany
25771Rivera, Gabriella20354HamburgHamburgGermany

Generated 2025-07-12 00:51:15.729 UTC