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