closed by
403 views
0 votes
0 votes
closed
for a relation R = ( A,B,C,D,E,F ) ,Candidate keys are AF, BF, CF, DF.
how many super keys are possible?
closed by

1 Answer

Related questions

0 votes
0 votes
3 answers
2
Na462 asked May 12, 2018
1,454 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,679 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
601 views
$R=(A,B,C,D,F,H)$Candidate key$=(AEH, BEH, DEH)$How many super key possible?