Data base structure for students information project
The project implements a database structure with various functions, procedures and triggers. There is also import and export to csv files.
Description of procedures, functions and triggers - is in the comments in the code itself.
- To create a database
make create
- To fill a database
make fill
- To drop a database
make drop
- To create and fill a database
make