This project is a simple database system for a company offering learning courses, webinars and studies. It allows to manage courses, students, teachers, webinars, studies, and many more. It is a simple database system that can be used as a base for a more complex system.
more information in task description.
You can find schema model in schemaModel folder.
- Run
databaseCreate.sql
to create the database. - Run
views.sql
to set up views. - Run
procedures.sql
to set up procedures. - Run
functions.sql
to create necessary functions. - Run
nextIndexGetters.sql
to set up index getters. - Run
types.sql
to set up types. - Run
triggers.sql
to set up triggers.
This project is under MIT license.