[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 250   <  SKIP 4506  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28565Allen, James, V64283DarmstadtHessenGermany
28705Powell, Ashley64283DarmstadtHessenGermany
29362Chandra, Emmanuel, E64283DarmstadtHessenGermany

Generated 2025-07-17 08:39:57.738 UTC