Foreign Key
F
Foreign Key
Definition
A column or set of columns in a relational database table that establishes a link between data in two tables. Foreign keys enforce referential integrity by ensuring that a value in one table matches a primary key value in the referenced table.