Join Dependency & 5th Normal Form
Join Dependency & 5th Normal Form
MANDYA
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
A relation is in 5NF if it is in 4NF and not contains any join dependency and joining
should be lossless.
5NF is satisfied when all the tables are broken into as many tables as possible in order
to avoid redundancy.
5NF is also known as Project-join normal form (PJ/NF).
EXAMPLE FOR 5th NORMAL FORM (DECOMPOSITION TABLE)
THANK YOU