Question
Easy

Which database normal form is considered satisfactory for relational database design?

1
1 NF
2
2 NF
3
3 NF
4
4 NF
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option C
Explanation

The correct option is (3): Third Normal Form (3 NF) is widely considered the satisfactory and pragmatic standard for relational database design. A relation is in 3NF if it is already in 2NF and if no non-prime attribute is transitively dependent on the primary key. In simpler terms, 3NF ensures that every non-key attribute depends only on the primary key and not on any other non-key attribute. This process eliminates…Read More

Which database normal form - HTET Level 3 | Clear Cutoff