This document provides an overview of Boyce-Codd normal form (BCNF) which is a type of database normalization. It explains that BCNF was developed in 1974 and aims to eliminate redundant data and ensure data dependencies make logical sense. The document outlines the five normal forms including 1NF, 2NF, 3NF, BCNF, and 4NF. It provides examples of converting non-BCNF tables into BCNF by identifying and removing overlapping candidate keys and grouping remaining items into separate tables based on functional dependencies.