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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18664Long, Robert, C98055RentonWashingtonUnited States
21603Barnes, Seth98225BellinghamWashingtonUnited States
22255Rogers, Nicole, E98104SeattleWashingtonUnited States

Generated 2025-07-12 10:46:18.407 UTC