The document discusses various forms of database normalization including first normal form (1NF), second normal form (2NF), third normal form (3NF), Boyce-Codd normal form (BCNF), and fourth normal form (4NF). It provides examples of database schemas that are and are not in each normal form and describes how to decompose schemas into normal form through lossless normalization techniques.