Foreign Key A field in one table that uniquely identifies a row of another table.
- Column in one table that links to the primary key in another table.
- Example: DepartmentID in Employees table linking to DepartmentID in Departments table.
Foreign Key A field in one table that uniquely identifies a row of another table.