The document provides instructions for a lab assignment to create a relational database for a student information system. Students are asked to:
1. Create a SQL script file to build 7 tables from the metadata provided, including DROP statements to remove existing tables.
2. Insert sample data into the tables using INSERT statements.
3. Write SELECT statements to verify the data was populated correctly.
Reference materials include an entity relationship diagram, metadata table, and sample data to populate the tables.