This repository contains a collection of SQL projects that I am going to regularly update.
Each project is organized in its respective folder, including the SQL queries and associated data.
To get started with these SQL projects on your local machine, you can clone this repository using the following command:
git clone https://github.com/dakshbhatnagar/SQLProjects.git
cd SQLProjectsThe projects are organized into folders, each focusing on a specific SQL project.
Inside each project folder, you will find the SQL queries, datasets, and any additional documentation related to the project.
/sql-projects
│
├── project-1
│ ├── queries.sql
│ ├── data.csv
│ ├── README.md
│
├── project-2
│ ├── queries.sql
│ ├── data.sql
│ ├── README.md
└── ...
Happy SQL-ing! 🚀