Fourth Normal Form
4NF
- To move from BCNF to 4NF, remove any independently multivalued components of the primary key to two new parent entities.
- For example, if an employee can have many skills and many dependents, move the skill and dependent information to separate tables since they repeat AND since they are independent of each other.