Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.11 KB

File metadata and controls

22 lines (14 loc) · 1.11 KB

MySQL-Project-Repository

This repository contains a collection of MySQL projects and exercises developed using MySQL Workbench. It includes real-world datasets and query practices in order to demonstrate and strengthen SQL skills.

Contents

  • E-commerce: Contains the following:
    • E-commerce Exercises: 3-level exercises using a real-world dataset.
    • E-commerce Data Analysis: Explotation of the sales performance, customer behavior, and delivery logistics of an online marketplace using advanced SQL queries on .

Note

  • The dataset used is not included but is available at Kaggle.
  • The original dataset, licensed under CC BY-NC 4.0, was imported from SQLite directly to MySQL using the instructions from this project.
  • Maven Analytics - SQL for Data Analysis Projects: Contains the answers given to the questions for the final project of the course.

Tools Used

  • MySQL Server
  • MySQL Workbench