Write short notes on the following with suitable examples.
a. 4NF b. 5NF
a.
Any relation is said to be in the fourth normal form when it satisfies the following conditions:
b.
Any relation in order to be in the fifth normal form must satisfy the following conditions:
In the fifth normal form the relation must be decomposed in as many sub-relations as possible so as to avoid any kind of redundancy and there must be no extra tuples generated when the sub-relations are combined together by using natural join.
Comments
Leave a comment