Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcegielka/sql-order-management
Example of a procurement management system
https://github.com/adamcegielka/sql-order-management
database db mysql sql
Last synced: about 4 hours ago
JSON representation
Example of a procurement management system
- Host: GitHub
- URL: https://github.com/adamcegielka/sql-order-management
- Owner: adamcegielka
- Created: 2023-07-06T09:34:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:45:56.000Z (10 months ago)
- Last Synced: 2024-01-15T07:28:22.803Z (10 months ago)
- Topics: database, db, mysql, sql
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL order management in a fictional company
This project is an example of an order management system that uses a SQL database.
## Project structure
- **queries**: This folder contains sample SQL queries for manipulating data in the database.
- **scripts**: This folder contains SQL scripts for creating tables in the database. These scripts contain definitions of tables such as Customers, OrderItems, Orders and Products.
- **views**: This folder contains SQL queries for creating views to help you view the data in the database.## Getting the project up and running
1. Install a SQL database (e.g. MySQL).
2. Run the SQL scripts in the "scripts" folder in the correct order to create the tables in the database.
3. Use the SQL query files located in the "queries" folder to manipulate the data in the database.
4. If you want to use views, execute SQL queries from the "views" folder to create the appropriate views.## Requirements
- SQL database (e.g. MySQL)
- SQL client or database management tool (e.g. MySQL Workbench)## Learning materials
- [w3schools - SQL](https://www.w3schools.com/sql/)
- [MySQL tworzenie i zarządzanie bazami danych](https://www.udemy.com/course/mysql-tworzenie-i-zarzadzanie-bazami-danych/)
- [Kurs SQL od podstaw | MySQL](https://www.udemy.com/course/kurs-sql-od-podstaw/)
- [Pasja informatyki - SQL](https://www.youtube.com/watch?v=99JAI24Zd24&list=PLOYHgt8dIdoymv-Wzvs8M-OsKFD31VTVZ)
- [Kanał o Wszystkim - SQL](https://www.youtube.com/watch?v=BcZmEaX8u3w&list=PL6aekdNhY7DA1wcv-k2MtZxasDeGlre57)
- [MySQL Workbench Tutorial](https://www.youtube.com/watch?v=X_umYKqKaF0)
- [MySQL Crash Course | Learn SQL](https://www.youtube.com/watch?v=9ylj9NR0Lcg)
- [MySQL Tutorial for Beginners](https://www.youtube.com/watch?v=7S_tz1z_5bA)
- [MongoDB Crash Course](https://www.youtube.com/watch?v=-56x56UppqQ)
- [How to Use VS Code to Run SQL on a Database](https://www.youtube.com/watch?v=C0y35FpiLRA)
- [MySQL Database Queries From VS Code](https://www.youtube.com/watch?v=3TMOTr8Zb28)
- [you NEED to use VS Code RIGHT NOW!!](https://www.youtube.com/watch?v=1ZfO149BJvg)## Author
Author: [Adam Cegiełka](https://github.com/adamcegielka)