Orders with missing customers
 

Return the orders with missing customers

These are the tables to query for this question:
bootcamp.orders
    bootcamp.customers
      Your answer should include these columns:
      • order_id bigint
      • customer_id bigint
      • order_date date

      Querying is only for logged in users!

      Sign In

      Query Results