1st Normal Form
---------------
Each Cell to be Single Valued
Entries in a column are same type
Rows uniquely identified - Add unique id
2nd Normal Form
---------------
All attributes (non-key columns) depened on the key
3rd Normal Form
---------------
All Fields(Column) can be determind only by the key in the table and no other column
4th Normal Form
---------------
No Multi-Valued Dependencies
No comments:
Post a Comment