Event Registration APEX App using Oracle SQL

I created this web application with a group as my final project in Database Systems and Applications (CSCI2257/ISYS2257). We created an APEX application using Oracle SQL to create an application that would register students for different kinds of campus events. The database allowed users to register new students, events, and enroll/cancel registrations. To create this project, I learned about ER diagrams, stored procedures, and updating/inserting records.