Glossary

one-to-many relationship

Data
also: one to many · one-to-many

A link between two tables where one row on the first side can connect to many rows on the second, like one recipe having many ingredients. You set it up by putting a foreign key on the "many" table that points back to the "one".