How would you join the customer table to the order table?
Answer
You would join them on the unique key. In this case, the unique key is Customer_ID in both the Customers table and Orders table
You would join them on the unique key. In this case, the unique key is Customer_ID in both the Customers table and Orders table