1NF violations
Using row order
Mixing data types in same column
No primary key
Repeating groups
2NF rule
Each non-key attribute must depend on the entire primary key
3NF forbids
Every non-key attribute in a table must depend on the key, the whole key, and nothing but the key.