Normal Formsin Database
Normal Formsin Database
Table1
Table2
Transitive Functional Dependencies
A transitive functional dependency
is when changing a non-key column,
might cause any of the other
non-key columns to change
Third Normal Form –3NF
RULES:
1. Be in 2NF
2. No transition dependency
exists. 3NF
Table3
Table1
SAME TWO
NEW TABLE
TABLES
Table2
References
● What is Normalization in DBMS (SQL)? 1NF, 2NF, 3NF, BCNF Database with
Example
● Normal Forms in DBMS - GeeksforGeeks
● DBMS Normalization: 1NF, 2NF, 3NF and BCNF with Examples - javatpoint