Multiple choice

Which of the following is/are false about First Normal form?

  1. It creates a set of separate table for each set of data.

  2. It identify each set of related data with a foreign key.

  3. It eliminates the repeating groups of data.

  4. Both (2) and (3).

  5. None of the above

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

It uses a primary key for identification of each set of related data in the database.