[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SKIP 3000   <  SKIP 1325  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20292Ross, Katherine94015Daly CityCaliforniaUnited States
20363Brown, Alexander, L94015Daly CityCaliforniaUnited States
20463Bryant, Jasmine, J94015Daly CityCaliforniaUnited States

Generated 2025-07-08 04:32:44.577 UTC