Question:

An alternate key is ________.

Updated On: Mar 29, 2025
  • Another name for the primary key
  • A unique identifier besides the primary key
  • A relationship between two tables
  • A synonym for a tuple
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

An alternate key is a unique identifier besides the primary key.

Additional Context:

  • Candidate key not selected as primary key
  • Still maintains uniqueness constraint
  • Example: In students table:
  • Primary Key: student_id
  • Alternate Key: email or roll_number

Correct Answer: (2) A unique identifier besides the primary key.

Was this answer helpful?
0
0