Glossary / Foreign Key

Term: Foreign Key

In a relational database, the foreign key (a field) stores a reference to the primary key from another table.

It is the foreign key which creates the relationship between tables, allowing entities to stored separately, but still be related to each other.