Question:medium

In a table regarding the entries of students, which among these can be the most appropriate for PRIMARY KEY?

Show Hint

A Primary Key must be unique and NOT NULL.
In exams, look for formal, system-assigned identifiers (e.g., RollNumber, EmployeeID, AadhaarNumber) over natural characteristics (e.g., Name, Age, Date of Birth).
Updated On: Jun 11, 2026
  • RollNumber
  • Name
  • DateofBirth
  • Age
Show Solution

The Correct Option is A

Solution and Explanation


Step 1: Understanding the Concept:

A Primary Key must be unique for every record and cannot contain NULL values.

Step 2: Detailed Explanation:

1. RollNumber: Is unique for each student and is typically assigned specifically for identification.
2. Name: Multiple students can have the same name.
3. DateofBirth: Multiple students can share the same birth date.
4. Age: Many students will share the same age.

Step 3: Final Answer:

RollNumber is the most appropriate choice for a Primary Key.
Was this answer helpful?
0


Questions Asked in CUET (UG) exam