View Verified Certificate SQL-based inventory management analytics project for Urban Retail Co. analyzing stockouts, overstocking, demand forecasting, and turnover
This project addresses inventory management challenges faced by Urban Retail Co., a mid-sized retail chain managing over 5,000 SKUs across online and offline stores. The analysis focuses on:
- ❌ Frequent stockouts of high-demand products
- 📦 Overstocking of slow-moving items
- 📊 Lack of real-time SKU-level visibility
- 🎯 Absence of data-driven decision-making
Certificate: Verified project certificate – Inventory Analytics (GiveMyCertificate) with verified credentials. View Certificate
Eshan Sugeesh
Engineering Physics, IIT (BHU) Varanasi
Project completed for Consulting Analytics Club, IIT Guwahati
- Database: MySQL
- Visualization: Tableau
- Analysis: SQL (Window Functions, CTEs, Joins, Aggregations)
- Products like P0066 and P0126 in South and West regions consistently failed to meet forecasted demand
- Significant revenue loss during seasonal spikes and promotional periods
- Root cause: Inadequate replenishment planning and slow reaction time
- Clothing category: Highest turnover rate
- Top performing stores: S001 (East) and S003 (West)
- Implemented 3-day buffer stock system for optimal inventory levels
- Product P0125: 126+ units exceeding demand projections
- Multiple products with 87+ overstock units
- Tying up working capital unnecessarily
- Implement automated reorder alerts based on historical sales
- Maintain minimum stock thresholds (3× average daily sales)
- Integrate demand forecasting into replenishment plans
- Use SQL analytics to identify slow-movers
- Apply dynamic pricing/discounts to clear excess stock
- Reassess reorder cycles
- Prioritize procurement of high-turnover SKUs
- Build category-wise and store-wise benchmarks
- Implement time series methods (rolling averages, exponential smoothing)
- Factor in seasonality and weather patterns
- Retrain models quarterly
- Replicate practices from top-performing stores
- Reallocate stock based on regional demand
Inventory-Management-SQL-Analysis/
│
├── inventory-analysis.sql # Complete SQL script with all queries
├── README.md # Project documentation
└── docs/ # Additional documentation
├── Executive-Summary.pdf # Project summary and findings
├── Dashboard.pdf # Tableau dashboard visualizations
└── ERD.pdf # Entity Relationship Diagram
- Normalized data structure with dimension tables (products, stores, dates)
- Fact table for inventory transactions
- Proper indexing for query optimization
-
Inventory Health Checks
- Low inventory alerts
- Reorder point calculations
- Overstocking detection
-
Performance Metrics
- Inventory turnover ratios
- Category-wise and store-wise analysis
- Demand forecast accuracy
-
Advanced Analytics
- Rolling 7-day sales trends
- Regional performance ranking
- Holiday promotion impact analysis
By adopting these recommendations, Urban Retail Co. can:
- ✅ Reduce missed revenue opportunities
- ✅ Unlock working capital from overstocked items
- ✅ Enhance customer satisfaction through better availability
- ✅ Enable data-driven inventory planning
-
Clone the repository
git clone https://github.com/EshanSugeesh/Inventory-Management-SQL-Analysis.git
-
Set up MySQL database
source inventory-analysis.sql
-
Load your inventory data
- Prepare CSV file with required schema
- Update file path in LOAD DATA INFILE statement
- Execute the script
For questions or collaboration opportunities, feel free to reach out!
⭐ If you found this project helpful, please consider giving it a star!optimization using MySQL and Tableau dashboards.