Question: If one attribute is determinant of the second, which in turn is determinant of the third, then the relation cannot be in which of the following?
A. Third Normal Form
B.First Normal Form
C. Second Normal Form
D. None of these
Answer : A. Third Normal Form
Explanation
X->Y->Z
This kind of dependency is commonly known as a transitive dependency.
According to the third normal form, there should be no transitive dependency. So the correct answer is D.

1000+ Programming C Plus Plus MCQs
Highly Recommended C++ Important MCQs with Explanation
- Which symbol is used to create multiple inheritances?
- If a derived class object is created, which constructor is called first?
- Which of the following is not a type of constructor?
- a ____ is a member function that is automatically called when a class object is __.
- What is the output of the following code in C++?
- How many times will the following code print?
- Which of the following is a procedural language?
- Which of the following is not a programming language?
- Which of the following is not an example of high-level language?
- While declaring pointer variables which operator do we use?
- To which does the function pointer point to?
- Which of these best describes an array?
- Which of the following is a Python Tuple?
Other important MCQs
Data Structure
Which of the following is not the type of queue?
Database
If one attribute is a determinant of the second, which in turn is a determinant of the third, then the relation cannot be
Python
Which of the following is a Python Tuple?