[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 24   SHUFFLE   <  SKIP 814  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24221Perez, Heidi91502BurbankCaliforniaUnited States
25309Zhou, Karen04838EilenburgBrandenburgGermany
20198Evans, Sierra94947NovatoCaliforniaUnited States

Generated 2025-07-12 15:02:21.417 UTC