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

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

4 items

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

Generated 2025-07-08 00:26:53.473 UTC