One-to-Many Relationship:?
- A common pattern where one record in a table can be associated with
multiple records in another table.
- Example: A Customer can have many Orders, but each Order can belong
to only one Customer.
multiple records in another table.
to only one Customer.