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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19212Clark, Brianna, R97355LebanonOregonUnited States
19654Alexander, Richard, M97355LebanonOregonUnited States
19680King, Jan97355LebanonOregonUnited States

Generated 2025-07-13 12:12:52.154 UTC