Multiple choice

An attribute of one table matching the primary key of another table is called as

  1. foreign key

  2. secondary key

  3. candidate key

  4. composite key

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A foreign key is an attribute in one table that refers to the primary key of another table, establishing a relationship between the two.