[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 750   <  SKIP 4782  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18814Adams, Evan98201EverettWashingtonUnited States
18828Wright, Morgan98201EverettWashingtonUnited States
19136Cook, Richard98201EverettWashingtonUnited States
19139Simmons, Oscar, F98201EverettWashingtonUnited States
19741Rivera, María, R98201EverettWashingtonUnited States
19721Allen, Noah98201EverettWashingtonUnited States
19891Morgan, Jennifer, L98201EverettWashingtonUnited States

Generated 2025-10-09 20:00:31.876 UTC