Relationships
One-To-Many
A one-to-many relationship refers to a relationship between two tables where a record in one table (the "one" side) can correspond to many records in the other table (the "many" side).
For example, in a library database, the "B ...