Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

SQL Retail Assignment

A practical MySQL project focused on customer and order analysis using a retail dataset.

πŸ“Œ Project Overview

This assignment contains 12 SQL questions designed to practice real-world data analysis and business problem-solving using MySQL.

πŸ› οΈ SQL Concepts Covered

  • SELECT & WHERE
  • ORDER BY
  • LIMIT & OFFSET
  • Filtering with AND / OR
  • Date Functions
  • DATEDIFF()
  • DATE_ADD()
  • INNER JOIN
  • LEFT JOIN
  • SELF JOIN
  • GROUP BY
  • Aggregate Functions
  • CASE WHEN
  • Subqueries

πŸ“Š Tables Used

Customers

  • CustomerID
  • CustomerName
  • City
  • JoinDate

Orders

  • OrderID
  • CustomerID
  • OrderDate
  • OrderAmount
  • Status

🎯 Objective

The objective of this project is to strengthen SQL querying skills and apply SQL concepts to practical retail business problems.

πŸ’» Tool

MySQL Workbench

πŸ‘€ Author

Deepak Singh

About

A practical SQL project covering customer and order analysis using filtering, sorting, joins, aggregation, CASE statements, date functions, subqueries, and pagination.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors