IFC05 SDM05A-41

Define the role of foreign keys in a database.

Foreign keys are fields in a table that create a link between that table and another table. They ensure referential integrity by enforcing that the value in the foreign key field must match a value in the primary key field of the referenced table.