SQL project to analyze online music store data
This project is for beginners and will teach you how to analyze the music store database. You can examine the dataset with SQL and help the store understand its business growth by answering simple questions.
The Project is implemented through MySQL Workbench with SQL queries primarily written in MySQL.
- Design the Database and respective table as per the database schema, make sure to sure to the point datatypes for representing different attributes.
- Populate the table Either using
INSERT
Clause or byImport data wizard
and import data through CSV's. - Now Explore the data by leveraging different techniques like multi table JOINs Statement, Window Functions, CTEs and other useful clauses.
- You can create your own set of questions or use this PDF for the reference.
- Identify real world scenario that need to be answered through this dataset and mold it in a statement.
- Now write the SQL query.
- Open a PR.