Solveeit Logo

Question

Computer Science Question on Database Concepts

How many candidate keys are possible with the table?RollNoNameMobileCity
1Arun91Delhi
2Sanjay92Mumbai
3Arun93Noida
4Varun94Guwahati
5Arti95Kolkata
A

One

B

Two

C

Three

D

Four

Answer

Two

Explanation

Solution

The ‘RollNo’ and ‘Mobile’ columns can serve as candidate keys due to their uniqueness for each student in the table.