Quiz 5 Flashcards
Saying that two entities are functionally dependent means that ________.
a. the entities are always connected by a mathematical equation
b. the functional dependency will have to be removed through normalization
c. for both entities, if we are given the value of one entity, we can determine the value of the other entity
d. for one of the entities, if we are given the value of that entity, we can determine the value of one other entity
D. for one of the entities, if we are given the value of that entity, we can determine the value of one other entity
Given the functional dependency (A, B) → C, (A, B) is a ________.
a. dependent variable
b. determinant
c. Both determinant and composite determinant are correct
d. composite determinant
C. Both determinant and composite determinant are correct
A determinant that determines all the other columns in a relation is a ________.
a. candidate key
b. surrogate key
c. record
d. foreign key
a. candidate key
A ________ is used to limit the possible values of a foreign key.
a. functional dependency
b. referential integrity constraint
c. composite key
d. surrogate key
b. referential integrity constraint
[T/F] The columns of a relation are sometimes called tuples.
False