HTMLify
Day 22
Views: 5 | Author: djdj
1 2 3 | # Write your MySQL query statement below select name as Customers from Customers where id not in(select customerId from Orders); |
1 2 3 | # Write your MySQL query statement below select name as Customers from Customers where id not in(select customerId from Orders); |