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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27665Patterson, Miguel94015Daly CityCaliforniaUnited States
15069Lal, Noah, L59368WerneNordrhein-WestfalenGermany
16973Collins, Katherine90706BellflowerCaliforniaUnited States

Generated 2025-07-09 11:11:59.506 UTC