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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11518Washington, Edward97222MilwaukieOregonUnited States
11662Kumar, Ethan97222MilwaukieOregonUnited States
11685Griffin, Jose, A97222MilwaukieOregonUnited States

Generated 2025-07-18 00:50:28.532 UTC