目录 一、题目二、代码三、运行结果 一、题目 二、代码 select cu.cust_name,ord.order_num from Customers cu join Orders ord on cu.cust_id = ord.cust_id order by cu.cust_name 三、运行结果