An open API service indexing awesome lists of open source software.

https://github.com/jorgecj/school-database

Code to create a database for a school with MySQL.
https://github.com/jorgecj/school-database

mysql sql

Last synced: 8 months ago
JSON representation

Code to create a database for a school with MySQL.

Awesome Lists containing this project

README

          

# SCHOOL-DATABASE

![image](https://github.com/JorgeCJ/SCHOOL-DATABASE/assets/127647774/59fa9af2-a07d-4ca9-b921-cff4d608c617)

Code to create a database for a school with MySQL. There are three tables: one to represent the students, another to represent the teachers and a last one for the classes, which connect the two other tables through the primary key "Id" of each.

## Technologies used:
- [MySQL](https://dev.mysql.com/doc/)