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.
- Host: GitHub
- URL: https://github.com/jorgecj/school-database
- Owner: JorgeCJ
- Created: 2023-08-17T19:06:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T19:15:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T22:37:13.900Z (over 1 year ago)
- Topics: mysql, sql
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCHOOL-DATABASE

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/)