Customer Orders
 

List all customers who have not placed any orders.

These are the tables to query for this question:
bootcamp.quiz_customers
    bootcamp.quiz_orders
      Your answer should include these columns:
      • customer_id integer
      • customer_name varchar

      Querying is only for logged in users!

      Sign In

      Query Results