Concept Flow - Fourth Normal Form (4NF)
Start with a relation
Check for multivalued dependencies
Yes
Decompose relation into smaller relations
Each smaller relation has no multivalued dependencies
Result: Relation is in 4NF
No
Relation already in 4NF
End
Start with a database table, check if it has multivalued dependencies, if yes, split it into smaller tables without such dependencies to achieve 4NF.