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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23847Sharma, Chad, J97005BeavertonOregonUnited States
23861Anand, Keith, C97005BeavertonOregonUnited States
23874Cook, Abigail, J97005BeavertonOregonUnited States

Generated 2025-07-05 21:11:16.539 UTC