[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 250   <  SKIP 8085  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19654Alexander, Richard, M97355LebanonOregonUnited States
20377Reed, Brian, E97355LebanonOregonUnited States
20183Allen, Sophia97355LebanonOregonUnited States
20510Cox, Caitlin97355LebanonOregonUnited States
20480Cox, Carlos, L97355LebanonOregonUnited States
20780White, Michael, A97355LebanonOregonUnited States
21401Powell, Eric97355LebanonOregonUnited States

Generated 2025-07-13 04:22:28.554 UTC