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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15778Miller, José, S98201EverettWashingtonUnited States
15851Anderson, Taylor, A98201EverettWashingtonUnited States
16092Bryant, Jessica98201EverettWashingtonUnited States

Generated 2025-11-05 21:54:20.533 UTC