Which key is used to represent relation between two tables?
2026
Which key is used to represent relation between two tables?
- A.
Primary key
- B.
Super key
- C.
Foreign key
- D.
Candidate key
Attempted by 659 students.
Show answer & explanation
Correct answer: C
In a relational database, relationships between tables are established using keys. A Foreign Key is specifically designed to link records in one table to those in another by referencing a Primary Key from the related table. This ensures referential integrity and defines how the tables are connected.