Skip to content

princethoth/SQL-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Walmart Sales Project

📊 Overview

This project analyzes Walmart’s retail sales data to identify performance patterns, top-selling products, and revenue trends across different locations and time periods.

🎯 Objectives

  • Analyze total sales and revenue by branch and category.
  • Determine high-performing product lines and customer types.
  • Explore seasonal or temporal sales trends.

🧠 SQL Concepts Used

  • Aggregate functions (SUM, AVG, COUNT)
  • Grouping and filtering with GROUP BY and HAVING
  • Joins for merging multiple tables
  • Date and time functions for trend analysis

📈 Insights

  • Identified the most profitable branches and product lines.
  • Discovered sales fluctuations tied to specific months and weekdays.

India Unicorn Project

📊 Overview

This project explores India’s startup ecosystem by analyzing data on unicorn companies, funding rounds, and valuations to understand growth patterns across sectors.

🎯 Objectives

  • Examine funding trends by industry and year.
  • Identify top investors and regions attracting unicorn growth.
  • Track valuation changes over time.

🧠 SQL Concepts Used

  • Aggregate and analytical functions
  • CTEs for multi-step transformations
  • Conditional logic with CASE WHEN
  • Subqueries for investor and sector comparisons

📈 Insights

  • Highlighted industries with the highest funding activity.
  • Revealed temporal growth patterns in unicorn valuations.

Hospital Information Project

📊 Overview

A data management and analytics project that examines hospital operations, including patient admissions, departments, and treatments, to enhance reporting and efficiency.

🎯 Objectives

  • Analyze patient admission rates and departmental workloads.
  • Evaluate treatment costs and outcomes.
  • Optimize data retrieval through efficient queries.

🧠 SQL Concepts Used

  • Table joins (INNER, LEFT)
  • Nested queries for detailed reporting
  • String and numeric functions for data cleaning
  • Constraints and normalization for data integrity

📈 Insights

  • Provided clearer visibility into hospital workload distribution.
  • Identified cost-intensive treatment categories.

House Property Sales Project

📊 Overview

This project investigates real estate property sales to identify pricing trends, influential factors, and regional performance within the housing market.

🎯 Objectives

  • Analyze average property prices by region and property type.
  • Discover correlations between features (e.g., size, location) and price.
  • Detect outliers or undervalued listings.

🧠 SQL Concepts Used

  • Window functions for ranking and averages
  • Correlation analysis using subqueries
  • Joins across multiple datasets
  • Aggregations for summary statistics

📈 Insights

  • Determined key drivers influencing property pricing.
  • Highlighted regions with the strongest sales activity.

Bank Churn Project

📊 Overview

This project analyzes customer churn data in the banking sector to identify the main reasons customers leave and suggest strategies for improving retention.

🎯 Objectives

  • Identify churn rates by customer segment.
  • Analyze correlations between tenure, balance, and churn likelihood.
  • Determine high-risk customer profiles.

🧠 SQL Concepts Used

  • Joins and filtering logic
  • Conditional statements (CASE WHEN)
  • Aggregate functions for churn metrics
  • CTEs and subqueries for segmentation

📈 Insights

  • Uncovered key attributes driving customer attrition.
  • Provided actionable insights for retention strategy development.

About

Collection of SQL projects analyzing real-world datasets in retail, finance, and healthcare.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published