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