Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 586 Bytes

StudentsInfoDB

Data base structure for students information project

Content

The project implements a database structure with various functions, procedures and triggers. There is also import and export to csv files.

Structure

diagram

Description of procedures, functions and triggers - is in the comments in the code itself.

  1. To create a database make create
  2. To fill a database make fill
  3. To drop a database make drop
  4. To create and fill a database make