[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 10497  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16986Adams, Sara, A97222MilwaukieOregonUnited States
17150Wright, Wyatt, R97222MilwaukieOregonUnited States
17162Blue, Rachel97222MilwaukieOregonUnited States
17390Lewis, Blake97222MilwaukieOregonUnited States
17463Moore, Nicholas97222MilwaukieOregonUnited States
17519Rivera, Taylor, C97222MilwaukieOregonUnited States

Generated 2025-07-21 13:37:22.039 UTC