0
What is superkey ?
2 Answers
+ 3
Super Key: It is a set of attributes that uniquely identifies each row within a table.
It is a superset of candidate key.
A table can have many super keys.
e.g. for a table with id, name, address,class,
Super Keys can be: a)id
b)id,name
c)id,address
d)id,class
0
name