Normalisation(1.3.2 c) Flashcards
1
Q
Standards
A
very important without them communication would be impossible across devices
2
Q
Normal forms
A
ONF (UNF)
1NF
2NF
3NF
3
Q
0NF conditions
A
each field must be unique
unique records
each record must have same number of fields
all data in each field must have same domain/type
4
Q
1NF condition
A
all elements must be atomic
5
Q
What does atomic mean?
A
indivisible
6
Q
2NF condition
A
each field must depend on the whole key or not (no partial dependencies)
7
Q
3NF conditions
A
each must depend on the key (no transitive dependencies)