不知这道题意义何在?

select prod_name from Products
union 
select cust_name as prod_name from Customers
order by prod_name;