concept of Fifth Normal Form (5NF)

By vivek kumar in 22 Jul 2024 | 08:22 pm
vivek kumar

vivek kumar

Student
Posts: 552
Member since: 20 Jul 2024

concept of Fifth Normal Form (5NF)

22 Jul 2024 | 08:22 pm
0 Likes
Prince

Prince

Student
Posts: 557
Member since: 20 Jul 2024

Fifth Normal Form (5NF), also known as Project-Join Normal Form (PJNF), ensures that a table is free of redundancy caused by multiple relationships among attributes. A table is in 5NF if:


1. It is in Fourth Normal Form (4NF).

2. It can be decomposed into smaller tables without loss of information, such that each decomposed table has a candidate key that fully determines its attributes.


5NF addresses cases where information can be represented by multiple independent relationships and aims to eliminate redundancy that can occur in such cases.

22 Jul 2024 | 10:15 pm
0 Likes

Report

Please describe about the report short and clearly.