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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20370Young, Blake, S98027IssaquahWashingtonUnited States
21304Cooper, Jada98027IssaquahWashingtonUnited States
21413Robinson, Dalton, M98027IssaquahWashingtonUnited States

Generated 2025-07-11 23:13:40.046 UTC