https://github.com/debjyotisaha/sql-projects
Designed and implemented SQL-based projects to analyse and manage datasets efficiently. Demonstrated expertise in writing complex queries, optimizing database performance, and performing data extraction, transformation, and loading (ETL) processes.
https://github.com/debjyotisaha/sql-projects
data-analysis database sql
Last synced: 8 months ago
JSON representation
Designed and implemented SQL-based projects to analyse and manage datasets efficiently. Demonstrated expertise in writing complex queries, optimizing database performance, and performing data extraction, transformation, and loading (ETL) processes.
- Host: GitHub
- URL: https://github.com/debjyotisaha/sql-projects
- Owner: DebjyotiSaha
- Created: 2024-11-20T05:32:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T18:14:42.000Z (over 1 year ago)
- Last Synced: 2025-06-08T01:04:23.753Z (about 1 year ago)
- Topics: data-analysis, database, sql
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Projects
This repository contains a set of SQL projects focused on **Data Analysis**. The projects demonstrate various SQL skills, such as data manipulation, querying, and advanced data analysis techniques. These projects aim to showcase the ability to analyze data using SQL queries, create meaningful reports, and interpret the results for business insights.
## Projects
1. **Census Data Analysis**
- **Description:** Analyzing census data to uncover trends and insights.
- **Skills:** SQL joins, aggregations, subqueries, and filtering.
- **Key Concepts:** Population analysis, demographics, grouping, sorting.
2. **Shark Tank India Analysis**
- **Description:** Analyze data from Shark Tank India to understand investment patterns, preferred industries, and investor behavior.
- **Skills:** Window functions, Joins, Aggregations
- **Key Concepts:** Insights on funding amounts, top investors, and emerging industries.
## Folder Structure
```
SQL-Projects/
│
├── Census Data Analysis/
│ ├── Solving Problem Statement with Data Analysis
│ ├── Understanding the Data
│ ├── Documentation
│ └── Dataset
│
└── Shark Tank India Analysis/
│ ├── Shark Tank India Analysis.sql
│ ├── Dataset
│ └── Documentation.txt
│
└── Zomato Customer Analysis/
│ ├── Zomato Customer Analysis.sql
│ ├── Documentation.txt
│ └── Report - Zomato Customer Analysis.doc
│
```
## Getting Started
### Prerequisites
- SQL Server or MySQL (or any database system you prefer).
- A text editor or IDE (e.g., VSCode, SQL Workbench).
### Installation
1. Clone the repository:
```bash
git clone https://github.com/DebjyotiSaha/SQL-Projects.git
```
2. Open your preferred SQL editor and connect to your database.
3. Load the SQL files to begin analyzing the data.
## Contributing
Feel free to fork the repository and contribute improvements or additional projects. Ensure to follow good coding practices and provide proper documentation for each SQL script.
## License
This project is licensed under the MIT License.