Dave-s-Portfolio

# Motorcycle Sales Analysis (SQL)

📌 Context

This project analyzes motorcycle sales data to calculate net revenue and uncover trends in product performance and profitability.

🛠️ Techniques Used

📊 Process

  1. Data Cleaning
    • Removed duplicate transaction IDs
    • Standardized product category names
  2. Filtering
    • Focused on transactions within the last 6 months
    • Segmented by product category and store location
  3. Aggregation
    • Calculated net revenue per product
    • Grouped results to identify top performers

📷 Script Screenshots

Below are key SQL queries used in this project:

Net Revenue Calculation
Net revenue calculation: Computing net revenue by product and grouping for analysis


📈 Results


🎯 Teaching Takeaway

This case study shows how calculating net revenue and grouping sales data can reveal actionable insights for inventory planning and product strategy.


Back to homepage