InterviewSolution
Saved Bookmarks
| 1. |
The subset of a super key is a candidate key under what condition?(a) No proper subset is a super key(b) All subsets are super keys(c) Subset is a super key(d) Each subset is a super keyThis question was posed to me in an internship interview.My doubt is from Keys topic in portion The Relational Model of Database Management |
|
Answer» The CORRECT answer is (a) No PROPER subset is a SUPER key |
|