[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 3000   <  SKIP 323  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28127Price, Fernando95062Santa CruzCaliforniaUnited States
28156Hall, Gabrielle, J95062Santa CruzCaliforniaUnited States
28340Butler, Lucas95062Santa CruzCaliforniaUnited States

Generated 2025-07-19 10:32:45.810 UTC