SQL - Database Design and Normalization
Given a table
orders(order_id, customer_id, amount) with a foreign key on customer_id, what will happen if you try to insert an order with a customer_id that does not exist in the customers table?