[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 378  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19983Martinez, Michael, B90706BellflowerCaliforniaUnited States
19849Wu, Jorge, J90706BellflowerCaliforniaUnited States

Generated 2025-11-04 16:38:11.308 UTC