At what level of normalization must the database be implemented as a single…
2026
At what level of normalization must the database be implemented as a single table with no repeating columns ?
- A.
1NF
- B.
2NF
- C.
3NF
- D.
4NF
Attempted by 256 students.
Show answer & explanation
Correct answer: A
The database must be implemented at the First Normal Form (1NF) level. 1NF requires that each column contains atomic values and there are no repeating groups or columns within a single table.