Database normalisation Flashcards
1
Q
Rules of first normal form
A
- It should have single value attributes/columns
- Values stored in a column should be of the same domain(type)
-All columns should have unique names
-The order in which data is stored does not matter