Question:

Which key is used to link two tables together?

Show Hint

Foreign keys are essential in relational databases for establishing relationships between tables. They link rows in one table to rows in another, based on the primary key.
Updated On: Apr 24, 2025
  • Primary key
  • Unique key
  • Foreign key
  • Candidate key
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

A foreign key is used to link two tables together by referring to the primary key of another table. It ensures referential integrity by linking the rows in one table to the corresponding rows in another table.
Was this answer helpful?
0
0