[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 2000   <  SKIP 1326  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28156Hall, Gabrielle, J95062Santa CruzCaliforniaUnited States
29157Powell, Seth95062Santa CruzCaliforniaUnited States
11127Edwards, Jan91776San GabrielCaliforniaUnited States

Generated 2025-07-18 21:57:10.088 UTC