Recent questions tagged candidate-key

4 votes
4 answers
34
If A Relation R(A,B,C,D) and CK given is (AB,C)and FD is given as A->C Then the relation is in which highest normal form?
3 votes
2 answers
36
A relation $R(P,Q,R,S)$ has $\{PQ, QR, RS, PS\}$ as candidate keys. The total number of superkeys possible for relation $R$ is ______
3 votes
1 answer
37
R(A,B,C,D,E,F,G,H)A->BCB->CFHCH->GE->AA->EGwhat is the number of candidate key
0 votes
1 answer
38
Consider these relations :$R = ABCDE$$A\rightarrow BC$$B\rightarrow E$$D\rightarrow E$What is the candidate key for the above relations?CAABBDAD
0 votes
1 answer
39
A relational schema R with attributes (ABCDEFG).It is known that D never appears on RHS of any FD.How many different possibilities are there for what a Candidate key of R...
0 votes
1 answer
40
Given relation R(A, B, C, D, E) and set of functional dependencies F = {AB → C, AB → D, D → A, BC → D, BC → E}Number of candidate key in the following relatio...
0 votes
1 answer
42
5 votes
3 answers
43
A relation R(A,B,C,D,E,F) holds following FDs$AB\rightarrow C$$C\rightarrow D$$D\rightarrow EA$$E\rightarrow F$$F\rightarrow B$The number of minimal candidate keys of R a...
2 votes
2 answers
46
Let $x,y,z,a,b,c$ be the attributes of an entity set E. If $\{x\} ,\{x,y\}, \{a,b\},\{a,b,c\}, \{x,y,z\}$ are superkeys then which of the following are the candidate keys...
33 votes
4 answers
47
An instance of a relational scheme $R(A, B, C)$ has distinct values for attribute $A$. Can you conclude that $A$ is a candidate key for $R?$
39 votes
4 answers
49
A prime attribute of a relation scheme $R$ is an attribute that appearsin all candidate keys of $R$in some candidate key of $R$in a foreign key of $R$only in the primary ...
33 votes
3 answers
50
Given an instance of the STUDENTS relation as shown as below$$\begin{array}{|c|c|c|c|c|} \hline \textbf {StudentID} & \textbf{StudentName} & \textbf{StudentEmail} & \text...
34 votes
8 answers
51