Computer Science, asked by paraghq3737, 1 year ago

Write an sql command that will find any customers who have not placed orders

Answers

Answered by sagia1217
0

Answer:

SELECT Customer from (table name) WHERE Order is NULL

Hope it helps! have a great day!

Similar questions