This is a project that focuses on SQL database management for a car workshop. The project includes creating SQL scripts and executing queries to manage the workshop database.
This challenge is part of a bootcamp in Data Science. In this particular challenge, we practiced creating SQL scripts and executing queries to manage a car workshop database.
The objective of the challenge is to design and implement the database schema for a car workshop application, including tables, relationships, and constraints. Additionally, we practiced writing SQL queries to retrieve, insert, update, and delete data from the database.
The project utilizes the following technologies:
- SQL
- Workbench
The project provides a set of SQL scripts that you can use to create and manage the car workshop database. You can execute these scripts using a SQL database management tool to interact with the database.
Contributions are what make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project.
- Create a branch for your feature (git checkout -b feature/AmazingFeature).
- Commit your changes (git commit -m 'Add some amazing feature').
- Push to the branch (git push origin feature/AmazingFeature).
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
Bruno Souza - bmsouza88@gmail.com
Project Link: https://github.com/BrunoSouza88/SQL_CarWorkshop_DIO