The document contains an SQL script that creates a 'students' table with fields for student ID, full name, email, enrollment date, and major. It also includes a series of INSERT statements to populate the table with ten student records. Finally, there is a SELECT statement to retrieve all entries from the 'students' table.