[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 250   <  SKIP 3188  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19707Cooper, Cole, C90401Santa MonicaCaliforniaUnited States
19810Long, Oscar90401Santa MonicaCaliforniaUnited States
20069Smith, Jessica, C90401Santa MonicaCaliforniaUnited States
20033Turner, Carlos, E90401Santa MonicaCaliforniaUnited States

Generated 2025-07-06 20:54:51.082 UTC