468 views
0 votes
0 votes

The correct answer is a and d. I just wanted to know that why not b and c. It is possible that it may be speed and color is also a candidate key. If you have any clarification on this let me know!!!

2 Answers

0 votes
0 votes

I just wanted to know that why not b and c. It is possible that it may be speed and color is also a candidate key. 

As mentioned in the question, {speed, color} combo is superkey alone speed and color is not a superkey. So answer is A & D
 

0 votes
0 votes

all possible keys are called as super keys 
and minimal super keys ( that cant be more divided ) is only candidate key 
option A is correct but question is asking for all possible keys so from option 
only A and D is correct

Related questions

3 votes
3 votes
2 answers
1
Ram Swaroop asked Jan 30, 2019
1,302 views
Consider the following relation R(A1, A2,...A15) with (A1,A2, ... A6) of relation R are simple candidate key. The number of possible superkey in relation R is_
0 votes
0 votes
1 answer
2
Na462 asked Oct 13, 2018
827 views
How many Super keys Possible for R(A,B,C,D,E) with1. {A,BC,DE} as the keys ?2. {A,BC,CDE} as the keys ?
1 votes
1 votes
1 answer
4
hacker16 asked Jan 17, 2018
2,724 views
R (A1, A2, ….An) and every (n-2) attributes of R forms a candidate key. How many superkeys are there in R?a) $_{n-2}^{n}\textrm{C}$b) $_{n-2}^{n}\textrm{C}$ * 4c) $_{n-...