Skip to content

sumedh-data/blinkit-sql-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Blinkit Sales Analysis Using SQL

Project Overview

This project analyzes Blinkit sales, customer, product, and delivery data using MySQL. The objective is to transform raw operational data into actionable business insights through data cleaning, database design, and analytical SQL queries.

Business Objectives

  • Analyze overall sales performance
  • Identify top-performing products and categories
  • Measure customer activity and purchasing behavior
  • Evaluate order trends and average order value
  • Examine delivery performance metrics
  • Generate insights to support business decision-making

Tools Used

  • MySQL
  • SQL
  • Relational Database Design
  • Data Cleaning
  • Business Analytics

Database Design

The project uses multiple related tables:

  • Customers
  • Orders
  • Order Items
  • Products
  • Delivery Performance

Primary keys and foreign keys were implemented to maintain data integrity and establish relationships between tables.

Data Preparation

  • Removed duplicate records
  • Standardized text fields using TRIM()
  • Converted date fields into proper date formats
  • Applied primary key constraints
  • Created foreign key relationships
  • Filtered invalid records

Key Metrics Analyzed

  • Total Revenue
  • Total Orders
  • Total Customers
  • Average Order Value (AOV)
  • Product Performance
  • Category Revenue
  • Customer Activity
  • Delivery Performance

Key Insights

  • Revenue is distributed across multiple products rather than being concentrated in a single item.
  • Essential product categories contribute significantly to overall sales.
  • Customer acquisition exceeds active ordering behavior, indicating opportunities for customer retention.
  • Average Order Value (AOV) provides a benchmark for evaluating sales performance.

Files Included

  • Blinkit_Analysis.sql

Author

Sumedh Patil

About

SQL-based business analysis of Blinkit sales, customers, products, and delivery performance using MySQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors