[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 6561  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17993Williams, Richard, I20354HamburgHamburgGermany
18005Ramos, Renee, K20354HamburgHamburgGermany
18139Washington, Jennifer20354HamburgHamburgGermany
17745Suarez, Tanya, B20354HamburgHamburgGermany
18146Wang, Eugene20354HamburgHamburgGermany
19259Lin, Barbara22001HamburgHessenGermany

Generated 2025-07-11 19:41:27.207 UTC