Orders With Missing Customers

Programming Interview Medium 6 views
Back to Questions

Problem Description

Tables: Orders(order_id, customer_id), Customers(customer_id). List orders whose customer_id does not exist in Customers.

Input Format

SQL tables are described in the question.

Output Format

Write the SQL query.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next