The remaining attributes except for primary key are considered as a candidate key. The
candidate keys are as strong as the primary key.
Dr.M.Pyingkodi, MCA Dept, Kongu Engineering College, Tamilnadu
Stud
ent_I
D
Student
_Enroll
Studen
t_Name
Student_Email
S024545 Ram
[email protected]
S344541 Sam
[email protected]
S224555 Tam
[email protected]
{Student_ID}
{Student_Enroll}
{Student_Email}
{Student_ID, Student_Enroll}
{Studet_ID, Student_Name}
{Student_ID, Student_Email}
{Student_Name, Student_Enroll}
{Student_ID, Student_Enroll, Student_Name}
{Student_ID, Student_Enroll, Student_Email}
{Student_ID, Student_Enroll, Student_Name,
Student_Email}
{Student_ID}
{Student_Enroll}
{Student_Email}
The following would be the candidate key from the above