Skip to content

a12551/SQL-Case-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-Case-Study

SQL Case Study – Sales & Profit Analysis

Overview

This project focuses on analyzing business sales, profit, inventory, and marketing data using SQL. The case study uses relational database concepts to solve real-world business problems and generate meaningful insights.

Tables Used

  • Fact Table – Sales, Profit, COGS, Inventory, Budget data
  • Product Table – Product details and types
  • Location Table – State and market information

SQL Concepts Applied

  • Joins
  • Aggregate Functions
  • Group By & Having
  • Window Functions
  • CASE Statements
  • Stored Procedures
  • User Defined Functions
  • Rollup Operations
  • Transactions
  • UNION & INTERSECT

Key Insights

  • State-wise sales and profit analysis
  • Product performance tracking
  • Budget vs actual comparison
  • Marketing expense analysis
  • Sales ranking and reporting

Tools Used

  • SQL
  • MySQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors