3.3 Databases and Data Management Flashcards

1
Q

Requirements for First Normal Form (1NF)

A
  1. All its data are atomic.
  2. There are no repeating columns or fields.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Requirements for Second Normal Form (2NF)

A
  1. It must satisfy 1NF.
  2. All non-key-attributes must be fully dependent on the primary key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Requirements for Third Normal Form (3NF)

A
  1. It must satisfy 2NF.
  2. All non-key attributes are non-transitively dependent on the primary key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly