Skip to content

This project focuses on analyzing Zepto's product dataset using MS SQL Server. It includes insights such as top discounted products, out-of-stock high-MRP items, and category-wise average discounts. Queries are optimized for data-driven decision-making.

Notifications You must be signed in to change notification settings

SivaNilla28/Zepto-Sql-DataAnalysis-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Zepto E-commerce SQL Analysis Project

This repository contains a SQL-based data analysis project on Zepto's product inventory and pricing data. Using MS SQL Server, this project explores key business insights such as inventory status, discount patterns, and product category performance.


πŸ“Š Dataset

  • Table: zepto
  • Database: Zepto_SQL_Project
  • Source: CSV product data imported and cleaned in MS SQL Server

πŸ” Key Analyses Performed

  • βœ… Top 10 best-value products by discount percentage
  • 🚫 High MRP products that are out of stock
  • πŸ“¦ Category-wise average discount percentage
  • πŸ’Έ Products with the highest original prices and their selling price
  • 🏷️ Brands with the highest average discounts
  • πŸ“‰ Items with selling price lower than MRP, showing effective discounts

🧠 SQL Concepts Used

  • SELECT, WHERE, ORDER BY, GROUP BY, DISTINCT
  • Aggregate functions: AVG(), SUM()
  • Conditional filtering: WHERE, HAVING
  • Sorting and limiting results: TOP, ORDER BY DESC
  • Type casting and formatting: ROUND(), CAST(), DECIMAL()
  • Basic data cleaning and conversions (e.g., paise to rupees)

πŸ› οΈ Tools Used

  • MS SQL Server 2019
  • SQL Server Management Studio (SSMS)
  • Dataset imported from CSV file

πŸ‘¨β€πŸ’» Author

Siva Nilla

🎯 Passionate about Data Analysis

πŸ’Ό Freelance Designer & data enthusiast

πŸ”— Connect with Me


⭐ Project Purpose

This project is part of my learning journey into SQL and data analytics. It demonstrates how SQL can be used to perform real-world analysis on e-commerce datasets β€” helping businesses make smarter decisions about inventory, pricing, and product performance.


πŸ”— GitHub Repository

git clone https://github.com/SivaNilla28/Zepto-Sql-DataAnaylsis-Project.git

About

This project focuses on analyzing Zepto's product dataset using MS SQL Server. It includes insights such as top discounted products, out-of-stock high-MRP items, and category-wise average discounts. Queries are optimized for data-driven decision-making.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published