Skip to content

AmanBarthria/SQL_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

SQL_project

Advanced SQL Project using NorthWind & Airline Database | Real-world business queries solved using JOIN, CTE, Aggregation, Window Functions, and more.

SQL Project: NorthWind Business Insights

This project contains real-world SQL queries written on the NorthWind Database, designed to demonstrate data analysis, reporting, and business intelligence using SQL.

Skills & Concepts Used

  • INNER JOIN / LEFT JOIN
  • GROUP BY & Aggregation (SUM, COUNT, AVG, MAX, MIN)
  • WHERE, ORDER BY, HAVING
  • Common Table Expressions (CTE)
  • WINDOW Functions (ROW_NUMBER, RANK, etc.)
  • Subqueries & Aliases
  • Filtering using IN, NOT IN, BETWEEN

Business Questions Solved

  1. Top 5 customers based on total purchases
  2. Monthly sales trend per product
  3. Top selling categories
  4. Orders with highest quantity
  5. Customers who haven’t ordered in last 6 months
  6. Employee performance by sales
  7. Sales by Region using JOINs and GROUP BY
  8. Use of WINDOW function to rank orders

Tools & Technology

  • SQL Server / PostgreSQL / MySQL (works on all)
  • NorthWind sample database

Let’s Connect

🔗 LinkedIn – Aman Barthria
📬 piyushsaxena7272@gmail.com

About

Advanced SQL business analysis project solving real-world business problems using JOINs, CTEs, Window Functions, Aggregations, and Subqueries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors