Fourth Normal Form (4NF) is a type of database normalization used to minimize redundancy and dependency by organizing data in a relational database. A database table is said to be in Fourth Normal Form if it meets the following criteria: 1. **It is in Boyce-Codd Normal Form (BCNF)**: Before a table can be in 4NF, it must first satisfy all the conditions of BCNF.
New to topics? Read the docs here!