DBMS-Function Dependency and Decomposition Questions and Answers
Practice ModeShowing 10 of 39 questions
Q31
Which normal form may sacrifice dependency preservation?
Answer: Option C
Explanation: BCNF decomposition may not preserve all dependencies.
Q32
A minimal cover of functional dependencies has:
Answer: Option B
Explanation: Minimal cover requires RHS to have a single attribute.
Q33
Which of the following is NOT a requirement of minimal cover?
Answer: Option D
Explanation: Minimal cover is independent of normal forms.
Q34
An attribute is extraneous if:
Answer: Option B
Explanation: Removing an extraneous attribute does not change dependency closure.
Q35
Which of the following is a prime attribute?
Answer: Option B
Explanation: Prime attributes are part of candidate keys.
Q36
In 3NF, for a dependency X → A, which condition is acceptable?
Answer: Option C
Explanation: 3NF allows dependency if X is super key or A is prime.
Q37
Which operation splits a relation into smaller relations?
Answer: Option C
Explanation: Decomposition divides a relation into two or more relations.
Q38
Which dependency cannot be inferred from Armstrong’s axioms?
Answer: Option D
Explanation: All functional dependencies can be derived using Armstrong’s axioms and derived rules.
Q39
Why is normalization mainly performed?
Answer: Option C
Explanation: Normalization reduces redundancy and prevents update anomalies.