Definitions for "One-to-Many Relationship"
Records in one table have one or more related records in a second table, but each record in the second table is related to only one record in the first table.
An association between two tables in which: · The primary key value of each record in the primary table corresponds to the value in the matching field or fields of many records in the related table. · The primary key value of each record in the related table corresponds to the value in the matching field or fields of one and only one record in the primary table. .
One-to-One Relationship Primary key