Asked by Mackenzie Magaoay on Jul 29, 2024

verifed

Verified

Each customer has one book rep,but each book rep can have many customers.This is an example of a one-to-many relationship.

One-To-Many Relationship

A database relationship where one record from a table can have associations with several records in a different table.

Book Rep

A book representative; a person who promotes and sells publishers' books to libraries, bookstores, or schools.

Customer

An individual or business that purchases goods or services provided by a company.

  • Understand the concept of database relationships, specifically one-to-many relationships.
verifed

Verified Answer

SG
Sydney GreeneJul 31, 2024
Final Answer :
True
Explanation :
This is correct as each customer can only have one book rep assigned to them, but each book rep can have multiple customers. This relationship is known as a one-to-many relationship.