题解 | #返回顾客名称和相关订单号#

返回顾客名称和相关订单号

https://www.nowcoder.com/practice/7e7bc361db6a4cb6aa35eefccfe75364

# #INNER JOIN 写法
# select a.cust_name,
# b.order_num 
# from Customers a
# inner join Orders b
# on a.cust_id = b.cust_id
# order by a.cust_name asc;

#简单的等联结语法
select a.cust_name,
b.order_num
from Customers a,Orders b
where a.cust_id = b.cust_id
order by a.cust_name asc;

#SQL练习#
全部评论

相关推荐

投递拓竹科技等公司10个岗位
点赞 评论 收藏
分享
一表renzha:不是你说是南通我都没往那方面想,人家真是想表达那个意思吗?
点赞 评论 收藏
分享
07-25 10:17
仰恩大学 营销
bg双非,被挂了
投递拼多多集团-PDD等公司10个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务