SELECT prod_name FROM Products UNION ALL SELECT cust_name prod_name FROM Customers ORDER BY prod_name;