[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 10467  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11828Martinez, Katherine97222MilwaukieOregonUnited States
11953Wright, Courtney, D97222MilwaukieOregonUnited States
12084Perry, Aidan, O97222MilwaukieOregonUnited States
12121Wilson, Logan, H97222MilwaukieOregonUnited States

Generated 2025-07-19 16:45:31.548 UTC