Skip to content

This repository showcases a comprehensive SQL-based analysis of retail bike sales data. It covers schema creation, data loading, and a series of analytical queries to derive actionable insights from transactional records.

License

Notifications You must be signed in to change notification settings

jotstolu/Bicycle-Store-Revenue-and-Customer-Insights-SQL-Project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bicycle Store Revenue and Customer Insights (SQL Project)

This repository showcases a comprehensive SQL-based analysis of retail bike sales data. It covers schema creation, data loading, and a series of analytical queries to derive actionable insights from transactional records.

🧩 Project Overview

This SQL project includes:

  • Building a normalized schema with related tables for products, staff, customers, inventory, and orders.
  • Loading data from CSVs into a relational database.
  • Querying and transforming data using subqueries, CTEs, joins, and aggregation.
  • Extracting insights about sales performance, top customers, inventory management, and shipping gaps.

πŸ“ˆ Insights

  • Which stores and staff generate the most sales
  • The top 5 customers based on total revenue generated
  • Which brands and product categories perform best
  • Identification of low-stock products to manage inventory risks
  • Breakdown of unfulfilled orders
  • Monthly revenue trends and brand-level sales growth

πŸ“Š Tools and Technologies

  • SQL (standard syntax with PostgreSQL flavor)
  • CSV files as flat data sources
  • SQL Server

About

This repository showcases a comprehensive SQL-based analysis of retail bike sales data. It covers schema creation, data loading, and a series of analytical queries to derive actionable insights from transactional records.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published