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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14379Foster, Richard, C94536FremontCaliforniaUnited States
15321Phillips, Blake94536FremontCaliforniaUnited States
15202Bryant, Blake, C94536FremontCaliforniaUnited States
15339Zhang, Noah, J94536FremontCaliforniaUnited States

Generated 2025-11-05 22:06:33.543 UTC