CommerceThe Relational Model And Normalization MCQs
Practice The Relational Model And Normalization MCQs for competitive exams.
The Relational Model And Normalization MCQs
Practice questions from this topic.
The functional dependency R → S means that the value of S can be determined when we are given a value of R.
- A. True
- B. False
Correct Answer: A
A relation is in 5NF when multivalued dependencies are isolated in their own relation.
- A. True
- B. False
Correct Answer: A
The only reason for the existence of relations is to store instances of functional dependencies.
- A. True
- B. False
Correct Answer: A
A candidate key is a determinant that determines all the other columns is a relation.
- A. True
- B. False
Correct Answer: A
Given the functional dependency R → (S,T) , then it is also true that R → S .
- A. True
- B. False
Correct Answer: A
Any table that meets the definition of a relation is said to be in first normal form.
- A. True
- B. False
Correct Answer: A
A relation is a two-dimensional table.
- A. True
- B. False
Correct Answer: A
In a relation, the rows are sometimes called "records".
- A. True
- B. False
Correct Answer: A
In a relation, the order of the rows matters.
- A. True
- B. False
Correct Answer: B
One solution to the multivalued dependency constraint problem is to:
- A. split the relation into two relations, each with a single theme.
- B. change the theme.
- C. create a new theme.
- D. add a composite key.
Correct Answer: A
If attribute A determines both attributes B and C, then it is also true that:
- A. A →
- B. B. B → A. C. C → A. D. (B
- C. → A.
Correct Answer: A
A tuple is a(n):
- A. column of a table.
- B. two dimensional table.
- C. row of a table.
- D. key of a table.
Correct Answer: C