Nanju
Nanju answered question
A superkey is a combination of attributes that can be uniquely used to identify a database record.With primary key if any other attribute is added then that combination is called super key in other words,primary key is the minimum possible super key.in the student table student_no+student_name is one the super key.