Free Mock Test - DBMS (Database Management System) : Normalization (Test 2)

Normalization remains one of the most important and frequently asked topics in DBMS for competitive examinations like NIC, TRE, Banking, SSC, and other technical recruitment tests. Candidates are advised to have a clear conceptual understanding as well as problem-solving ability in this area.
In the ever-evolving landscape of computer-based competitive examinations such as NIC, TRE, and various Banking exams, Database Management System (DBMS) continues to be a high-weightage subject. Among its core topics, Normalization has emerged as a frequently tested and conceptually important area, especially in technical and IT-related papers.

Total Questions : 30

Timer : sec

Question : Which statement is NOT true about First Normal Form?


Question : A relation has attributes (Student_ID, Courses) where Courses contains multiple values per student. Which is the correct 1NF conversion?


Question : Which of the following transformations converts a relation into 1NF?


Question : Consider a table storing multiple phone numbers in a single column separated by commas. What violation does this represent?


Question : Which of the following best describes a relation in First Normal Form (1NF)?


Question : A table has a single-attribute primary key. Which of the following is correct?


Question : Which of the following statements is TRUE regarding 2NF?


Question : Consider a relation STUDENT_COURSE(StudentID, CourseID, StudentName, CourseName)
Primary Key: (StudentID, CourseID)
Which normalization step converts it to 2NF?


Question : Which of the following conditions must be satisfied for a relation to be in Second Normal Form (2NF)?


Question : A relation R(A, B, C, D) has a composite primary key (A, B). The following dependencies exist:
A → C
(A, B) → D
Which statement is correct?


Question : Which of the following is the main objective of 3NF?


Question : Consider attributes: EMP_ID → EMP_ZIP → EMP_CITY.
Why does this violate 3NF?


Question : Which of the following best describes a transitive dependency?


Question : In a relation R, a functional dependency X → Y satisfies 3NF if:


Question : Which of the following conditions must be satisfied for a relation to be in Third Normal Form (3NF)?


Question : What is the main purpose of converting a relation into BCNF?


Question : A relation has FD: A → B, B → C. If A is the candidate key, what is the highest normal form satisfied?


Question : Which statement correctly describes BCNF compared to 3NF?


Question : Consider relation R(X, Y, Z) with FD = {XY → Z, Z → Y}. Which is correct?


Question : Which condition must hold true for a relation to be in BCNF?


Question : Which of the following is a direct benefit of converting a relation into 4NF?


Question : A table is in 3NF but still shows redundancy due to independent attributes. What is the main reason it is not in 4NF?


Question : Which of the following best describes a multivalued dependency (MVD)?


Question : A relation R(A, B, C) has multivalued dependencies:
A →→ B and A →→ C.
What is the correct decomposition to achieve 4NF?


Question : Which condition is necessary and sufficient for a relation to be in Fourth Normal Form (4NF)?


Question : A relation R has a join dependency (R1, R2, R3) such that none of R1, R2, R3 is a superkey. What can be concluded?


Question : Which of the following is TRUE regarding 5NF and 4NF?


Question : Which statement about join dependency (JD) is correct?


Question : What is the primary purpose of 5NF decomposition?


Question : Which of the following conditions must be satisfied for a relation to be in Fifth Normal Form (5NF)?