[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 1237  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11183Lee, Jasmine, W95062Santa CruzCaliforniaUnited States
11704Hernandez, Evan, G95062Santa CruzCaliforniaUnited States
11776Mitchell, Seth, A95062Santa CruzCaliforniaUnited States

Generated 2025-07-06 10:43:02.205 UTC