one-to-many relationship

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.

An example is the relationship between a Customers table and an Orders table, in which each customer can have many orders, but each order is related to only one customer.