Multiple choice

How many types of normalization forms are there in MS-Access?

  1. 3

  2. 4

  3. 5

  4. 6

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Database normalization in MS Access follows three main normal forms: First Normal Form (1NF) eliminates repeating groups, Second Normal Form (2NF) removes partial dependencies, and Third Normal Form (3NF) eliminates transitive dependencies. These three forms are the foundation of database design.