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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27377Alexander, Melanie, NV9LangfordBritish ColumbiaCanada
27380Green, EricV9LangfordBritish ColumbiaCanada
27451Washington, Thomas, CV9LangfordBritish ColumbiaCanada

Generated 2025-07-13 12:20:37.449 UTC