A database contains list of customers and their phone numbers. What typ of relationship desribes a customer having multiple phone numbers?
Answer Details
The relationship that describes a customer having multiple phone numbers is the "One-to-many" relationship. This is because one customer can have many phone numbers, but each phone number belongs to only one customer.
To put it simply, imagine a customer as a parent and phone numbers as their children. One parent can have many children, but each child belongs to only one parent. In the same way, one customer can have multiple phone numbers, but each phone number belongs to only one customer.
Therefore, the relationship between customers and their phone numbers is a one-to-many relationship.