
SQL Schema
Suppose that a website contains two tables, the Customers table and the Orders table. Write a SQL query to find all customers who never order anything.
Table: Customers.
1 |
+----+-------+ |
Table: Orders.
1 |
+----+------------+ |
1 |
# Write your MySQL query statement below |




近期评论