A simple SQL project demonstrating a basic sales database structure using MySQL Workbench 8.0.
01_create_tables.sql→ Table creation scripts02_insert_data.sql→ Sample data03_queries.sql→ Practice queries (JOINs, GROUP BY, etc.)
- Database normalization
- Relationships (1:N between Customers–Orders and Products–Orders)
- Aggregation & filtering (SUM, AVG, GROUP BY, HAVING)
- Open MySQL Workbench
- Run scripts in order:
01_create_tables.sql→02_insert_data.sql→03_queries.sql - Explore and modify as needed!
Created by Panagiotis Zois | MSc ICT | Bridging Business & Technology