[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 0   SHUFFLE   <  SKIP 989  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13551Lee, JacobGL50CheltenhamEnglandUnited Kingdom
21326Green, Andrea94063Redwood CityCaliforniaUnited States
22130Bryant, Xavier, R92102San DiegoCaliforniaUnited States
23009Thomas, DaltonV8Y 1L1CliffsideBritish ColumbiaCanada

Generated 2025-11-02 19:06:24.319 UTC