1.

Explain the concept of candidate key with the help of an appropriate example.

Answer»

The candidate key is a column or set of columns that can help in identifying records uniquely. 

Example, consider a Table STUDENT.

AdmnNoRoll NoNameClassMarks
27151Ram1290
27162Ajay1198
28113Jayesh1298
29144Tarun1194

Here, AdmnNo & Roll No define Table uniquely. 

Hence, they are candidate keys



Discussion

No Comment Found