In a one-to-many relationship, a record in one table relates to multiple records in a second table, but the records in the second table relate to only one record in the first table.
An example is a Suppliers table and a Products table. One supplier might be the only source of multiple products, all of which relate only to that supplier.