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.sqlto create the database. - Run
views.sqlto set up views. - Run
procedures.sqlto set up procedures. - Run
functions.sqlto create necessary functions. - Run
nextIndexGetters.sqlto set up index getters. - Run
types.sqlto set up types. - Run
triggers.sqlto set up triggers.
This project is under MIT license.