Which key is related to SQL?
-
Superkey
-
Candidate key
-
Primary key
-
Composite key
A,B,C,D
Correct answer
Explanation
All four options are SQL key concepts. Superkey (A) uniquely identifies tuples. Candidate key (B) is a minimal superkey. Primary key (C) is a selected candidate key. Composite key (D) is a key made of multiple attributes. All are correct.