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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13394Clark, Matthew, L97005BeavertonOregonUnited States
13712Martinez, Nancy, E97005BeavertonOregonUnited States
13717Gill, Audrey, H97005BeavertonOregonUnited States
13849Rodriguez, Preston97005BeavertonOregonUnited States

Generated 2025-07-11 10:57:41.958 UTC