[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 127   SHUFFLE   <  SKIP 2168  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18516Brooks, Juan98055RentonWashingtonUnited States
21492Jai, Robert94015Daly CityCaliforniaUnited States
14737Srini, Dominic, M98225BellinghamWashingtonUnited States
18854Turner, Hunter98033KirklandWashingtonUnited States

Generated 2025-07-20 01:40:47.538 UTC