DBMS-Function Dependency and Decomposition Questions and Answers
Practice ModeShowing 10 of 39 questions
Q11
Decomposition helps in eliminating some of the problems of bad design such as
Answer: Option D
Q12
The word loss in lossless refers to the
Answer: Option A
Q13
The dependency preservation decomposition is a property of decomposed relational database schema D in which each functional dependency D----->Y specified in F
Answer: Option C
Q14
The set of attributes X will be fully functionally dependent on the set of attributes Y if the following conditions are satisfied:
Answer: Option C
Q15
Which of the following best defines a functional dependency in DBMS?
Answer: Option B
Explanation: A functional dependency specifies a constraint where one set of attributes uniquely determines another set.
Q16
If A → B holds, it means:
Answer: Option C
Explanation: A → B means the value of A determines the value of B.
Q17
Which of the following is a trivial functional dependency?
Answer: Option C
Explanation: A functional dependency is trivial if the right-hand side is a subset of the left-hand side.
Q18
Which rule states that if A → B then A → BC also holds?
Answer: Option C
Explanation: Augmentation allows adding attributes to both sides of a dependency.
Q19
Which of the following is NOT an Armstrong’s axiom?
Answer: Option C
Explanation: Union is a derived rule, not a basic Armstrong axiom.
Q20
If A → B and B → C, then A → C is derived using:
Answer: Option C
Explanation: Transitivity allows inference of indirect dependencies.