The main task carried out in the __________ is to remove repeating attributes…
2025
The main task carried out in the __________ is to remove repeating attributes to separate tables.
- A.
First Normal Form
- B.
Second Normal Form
- C.
Third Normal Form
- D.
Fourth Normal Form
Attempted by 564 students.
Show answer & explanation
Correct answer: A
Answer: a
Explanation: The First Normal Form (1NF) is the initial step in database normalization. It requires that each attribute in a table be atomic and that there are no repeating groups. This is achieved by splitting repeating attributes into separate rows or tables, ensuring data integrity and reducing redundancy.