Glossary

foreign key

Data
also: foreign keys

A column that stores the ID of a row in another table, creating a link between them. For example, an ingredients row with a recipe_id column points to the recipe it belongs to.