Document 4
Document 4
__________ refers to a attribute or group of attributes mentioned in the left hand side of the arrow in a
FD.
Discriminator
Determinant
Multivalued attribute
All of the above
2. In a functional dependency X --> Y, if Y is functionally dependent on X, but not on X's proper subsets,
then we would call the functional dependency as
Full Functional Dependency
Partial Functional Dependency
Multivalued Functional Dependency
None of the above
6. Consider F1 and F2 as two sets of functional dependencies. If every functional dependency in F2 can
be inferred from the functional dependencies of F1 using inference rules, then F1 is _________ of F2
Cover Set
Closure Set
Minimal Set
None of the above
7. If X --> Y is a functional dependency and X and Y are sets of attributes, what is the relationship
between X and Y?
One-to-Many
Many-to-One
One-to-One
Many-to-Many
10. (a) If every functional dependency in F1 can be inferred from F2 on application of inference rules, and
(b) removal of any one attribute from any functional dependency of F2 violates (a).
Then F2 is called ______ for F1.
Minimal Cover
Canonical Cover
Both Minimal and Canonical Cover
None of the above
2. A relation with two attributes A and B satisfies the functional dependency A → B. Then the functional
dependency B → A also holds in the relation.
TRUE
FALSE
3. A relation R(A,B,C) satisfies the functional dependencies A → B, A → C, and B → A. Then, we can say
that R is in BCNF.
TRUE
FALSE
6. Assume that we have the following four records in a relation R(A, B, C): (1,2,3), (4,2,3), (5,3,3), and
(5,3,4). Which of the following FDs does not hold on R?
BC → A
B→C
C→B
All of the above
7. For a relation R1(A,C,B,D,E), with dependencies A → B, and C → D which of the following is the
candidate key?
{ABC}
{ACE}
{ADE}
{ABE}
9. {A1, A2, …, An}+ is the set of all attributes of R if and only if A1, A2, …, An is a _______________ for
R.
Prime attribute
Closure attributes
Super key
All of the above
10. Assume that the following set of FDs A → B, B → C, C → A, D → E, E → D are holding on a relation
R(A,B,C,D,E). Which of the following sets of tuples satisfy this.
a1 b1 c1 d1 e1, a1 b1 c1 d2 e2
a1 b1 c1 d1 e1, a1 b2 c1 d2 e2
a1 b1 c1 d1 e2, a1 b1 c1 d2 e2
None of the above