大数据第36天—Mysql练习题7-杨大伟
摘要:
需求:某网站包含两个表,Customers 表和 Orders 表。编写一个 SQL 查询,找出所有从不订购任何东西的客户。 展示效果: Customers Henry Max 1 Create table If Not Exists Customers (Id int, Name varchar( 阅读全文
posted @ 2020-08-11 17:57 浪子逆行 阅读(104) 评论(0) 推荐(0) 编辑