代码

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