380 views
0 votes
0 votes
Consider the relation R(A,B,C,D,E) with the following depencies ABC - DE and D-AB The number of super key of R is

1 Answer

0 votes
0 votes
CD and ABC is the key  here
So, Number of Super keys will be 2^(n-2) + 2^(n-3) - 2^(n-4)

which comes out to be 10

Correct me if Wrong
Answer:

Related questions

0 votes
0 votes
3 answers
2
Na462 asked May 12, 2018
1,453 views
Consider the following relational schema R(ABCDE). The number of super keys in relation R if every two attributes of relation R is candidate keys are __________.Please ex...
1 votes
1 votes
1 answer
3
hacker16 asked Jan 17, 2018
2,677 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-...
7 votes
7 votes
1 answer
4
Lakshman Bhaiya asked Sep 5, 2017
600 views
$R=(A,B,C,D,F,H)$Candidate key$=(AEH, BEH, DEH)$How many super key possible?