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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13392Parker, Hunter97005BeavertonOregonUnited States
13393Kumar, Willie97005BeavertonOregonUnited States
13394Clark, Matthew, L97005BeavertonOregonUnited States
13652Zeng, Tamara, A97005BeavertonOregonUnited States

Generated 2025-07-08 15:59:52.535 UTC