select p1.prod_name
from Products p1
union all
select c.cust_name as prod_name
from Customers c
order by prod_name