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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14753Foster, Austin, C97330CorvallisOregonUnited States
14909Bryant, Benjamin, E97330CorvallisOregonUnited States
15173Henderson, Miguel, J97330CorvallisOregonUnited States

Generated 2025-11-01 06:33:33.837 UTC