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 primary and foreign keys.
2. Populate the tables using sample data and INSERT statements.
3. Write SELECT statements to verify the data was inserted correctly.