This document provides instructions for Project 3 of the CS348 course. Students will create PL/SQL functions and procedures to process data stored in Oracle database tables. The project involves setting up database tables, populating them with data, and creating 5 procedures to generate reports from the data. The procedures include generating department reports, student statistics, faculty statistics with histogram binning, and an enrollment report. Detailed descriptions and sample outputs are provided for each procedure.