[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 8334  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19680King, Jan97355LebanonOregonUnited States
19654Alexander, Richard, M97355LebanonOregonUnited States
20377Reed, Brian, E97355LebanonOregonUnited States
20183Allen, Sophia97355LebanonOregonUnited States
20510Cox, Caitlin97355LebanonOregonUnited States
20480Cox, Carlos, L97355LebanonOregonUnited States
21250Coleman, Fernando, E97355LebanonOregonUnited States

Generated 2025-07-13 01:55:31.808 UTC