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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13594Williams, Jessica, A20354HamburgHamburgGermany
13497Sharma, Deborah, R22001HamburgHessenGermany
13771Moreno, Victor, L20354HamburgHamburgGermany
13774Guo, Steve, L22001HamburgHessenGermany
14187Lu, Eugene, N22001HamburgHessenGermany
14198Romero, Daisy, M22001HamburgHessenGermany

Generated 2025-07-10 20:43:29.720 UTC