https://github.com/bartoszzap/car-service-database
A car service database project for handling and storing relative data
https://github.com/bartoszzap/car-service-database
database mysql-database sql
Last synced: about 1 month ago
JSON representation
A car service database project for handling and storing relative data
- Host: GitHub
- URL: https://github.com/bartoszzap/car-service-database
- Owner: bartoszzap
- Created: 2025-10-09T15:00:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-09T15:14:11.000Z (9 months ago)
- Last Synced: 2025-10-18T03:16:23.562Z (8 months ago)
- Topics: database, mysql-database, sql
- Language: TSQL
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Service Database
This repository holds my work for a university course project.
I designed and built a database for a car servicing company and tested it using real-world scenarios.
The main goal was to prove I could take a business problem and create a solid, working database solution.
# Tools Used
Database System: MySQL.
SQL: The language for building the tables and writing all the queries.
Jupyter Notebooks + Python: Used this to connect to the database and run all my tests in an easy-to-read format.