Skip to content

Deviil-01/sql-sales-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Sales Analysis

Objective

Analyze sales performance using SQL queries.

Skills Used

  • SELECT
  • WHERE
  • GROUP BY
  • ORDER BY
  • JOIN
  • Aggregate Functions
  • Subqueries

Files

  • schema.sql -> table structure
  • customers.csv, products.csv, orders.csv -> sample datasets
  • queries.sql -> analysis queries

Key Business Questions

  1. What is total sales?
  2. Which region performs best?
  3. Who are the top customers?
  4. Which category sells the most?
  5. What is the monthly sales trend?

Resume Bullet

Built a SQL sales analysis project using joins, aggregations, and subqueries to identify top-performing regions, customers, and product categories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors