[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 1313   <  SKIP 1997  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24990Collins, Timothy, R95062Santa CruzCaliforniaUnited States
25099Hayes, Melanie, G95062Santa CruzCaliforniaUnited States
23319Green, Luis95062Santa CruzCaliforniaUnited States

Generated 2025-07-19 10:40:26.949 UTC