The document provides steps to normalize a course enrollment table into third normal form by splitting it into multiple tables, identifying dependencies between fields, and creating primary and foreign keys to define relationships between the tables. It begins with the course enrollment table and walks through splitting it into tables for courses, students, and faculty while ensuring each table has a primary key and relationships are defined.