Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

SQL-Analysis-Project

🛒 Store Database – SQL Project

This project contains a structured SQL database for a fictional store, including customer data, product listings, order records, and detailed sales transactions.

📁 Database Structure

The database includes the following tables:

  • Customers: Stores customer contact information.
  • Products: Contains product names, categories, and prices.
  • Orders: Records order dates and associated customers.
  • OrderDetails: Tracks product quantities and unit prices per order.

📌 Purpose

The SQL queries in this project are designed to:

  • Retrieve customer contact details.
  • Filter products by price.
  • Join orders with customer information.
  • Calculate total revenue.
  • Analyze product sales performance.

🎯 Use Cases

This project is ideal for:

  • Practicing SQL joins, aggregations, and filtering.
  • Building educational dashboards.
  • Teaching database relationships and query logic.

Feel free to explore, adapt, and extend the queries in the accompanying file!

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors