[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 4000   SHUFFLE   <  SKIP 3028  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27093Martin, Alexandra, C94015Daly CityCaliforniaUnited States
22126Ward, Rachel, C94010BurlingameCaliforniaUnited States
23055Diaz, Seth97205PortlandOregonUnited States
23303Lal, Connor, C97205PortlandOregonUnited States

Generated 2025-07-17 19:03:11.745 UTC