Multiple choice

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

  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 (or set of attributes) in one table that references the primary key of another table, establishing a relationship between the two tables. This constraint enforces referential integrity between related tables in the database.