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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13569Hall, Marcus64283DarmstadtHessenGermany
13826He, Candice64283DarmstadtHessenGermany
14526Hall, Emily64283DarmstadtHessenGermany
15113Smith, Robert64283DarmstadtHessenGermany
15636White, David, P64283DarmstadtHessenGermany
15659Rivera, Angela, J64283DarmstadtHessenGermany

Generated 2025-07-11 19:34:03.315 UTC