2,769 views
1 votes
1 votes
R (A1, A2, ….An) and every (n-2) attributes of R forms a candidate key. How many super
keys are there in R?

a) $_{n-2}^{n}\textrm{C}$

b) $_{n-2}^{n}\textrm{C}$ * 4

c) $_{n-2}^{n}\textrm{C}$ * n

d) $_{n-2}^{n}\textrm{C}$ + n +1

1 Answer

0 votes
0 votes
nCn-2+n+1 super keys.

Related questions

1.4k
views
2 answers
3 votes
Ram Swaroop asked Jan 30, 2019
1,371 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_
879
views
1 answers
0 votes
Na462 asked Oct 13, 2018
879 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.5k
views
3 answers
0 votes
Na462 asked May 12, 2018
1,535 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 explain a general method to solve
3.6k
views
1 answers
2 votes
Na462 asked May 17, 2018
3,556 views
Relation R(A1, A2, A3 ..... An) n attributes. On this relation m simple candidate key (m ≤ n). How many super keys possible in this relation?A. 2m ... by taking instances and solve it, but plz without it what's the logic behind the answer?