solution - DBMS (Database Management System) : Normalization (Test 1)

Question : Which of the following is NOT a basic Armstrong’s axiom?

Solution :
707220260427075012 Correct Answer : Decomposition

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : If X → YZ holds, which of the following must also be true?

Solution :
708420260427074928 Correct Answer : X → Y and X → Z

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which inference rule is derived using both augmentation and transitivity?

Solution :
188220260427074846 Correct Answer : Reflexive

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Given:
X → Y and YZ → W
Which of the following can be inferred?

Solution :
627020260427074749 Correct Answer : XZ → W

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which of the following statements correctly applies the augmentation rule?

Solution :
759820260427074658 Correct Answer : If X → Y, then XZ → YZ

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Consider a relation R(A, B, C) with functional dependencies:
A → B and B → C.
Which normal form is violated?

Solution :
45620260427074155 Correct Answer : 3NF

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which statement correctly differentiates BCNF from 3NF?

Solution :
410420260427074052 Correct Answer : BCNF requires every determinant to be a candidate key

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which of the following anomalies is NOT directly reduced by normalization?

Solution :
956020260427074021 Correct Answer : Indexing anomaly

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : A relation is in Third Normal Form (3NF) if it:

Solution :
806020260427073931 Correct Answer : Is in 2NF and has no transitive dependency

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which of the following best describes Second Normal Form (2NF)?

Solution :
411520260427073857 Correct Answer : Removal of partial dependency on a composite key

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which of the following violates functional dependency?

Solution :
771220260427073721 Correct Answer : Same determinant → different dependents

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Given FD: (A, B) → C
If A → C also holds, then (A, B) → C is:

Solution :
9520260427073340 Correct Answer : Partial dependency

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Consider relation R(A, B, C) with FDs:
A → B and B → A
Which statement is correct?

Solution :
619220260427073238 Correct Answer : Both A and B are candidate keys

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Which of the following functional dependencies is completely non-trivial?

Solution :
14320260427073141 Correct Answer : A → B (where A ∩ B = ∅)

Description -

DBMS (Database Management System) : Normalization (Test 1)

Question : Given a relation R(A, B, C, D) with functional dependencies:
A → B, B → C, C → D
Which of the following is correct?

Solution :
596620260427073052 Correct Answer : A → D is valid due to transitivity

Description -

DBMS (Database Management System) : Normalization (Test 1)