In orders.customer_id REFERENCES customers(customer_id), which table is the child and which is the parent?
orders.customer_id REFERENCES customers(customer_id)
customers is the child; orders is the parent
customers
orders
orders is the child; customers is the parent
Neither table has a relationship until a join is executed
Both tables are parents because both have primary keys