[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 4000   SHUFFLE   <  SKIP 1883  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18854Turner, Hunter98033KirklandWashingtonUnited States
12893Foster, Brittany, R94063Redwood CityCaliforniaUnited States
23470Young, Samuel92806La JollaCaliforniaUnited States

Generated 2025-07-12 22:37:29.745 UTC