select cust_name, order_num
from Customers a inner join Orders b
on a.cust_id = b.cust_id
order by cust_name