select cust_name,order_num
from Customers left join Orders using(cust_id)
order by cust_name