Foreign Key A field in one table that uniquely identifies a row of another table.

Foreign Key

  • Column in one table that links to the primary key in another table.
  • Example: DepartmentID in Employees table linking to DepartmentID in Departments table.