Skip to content

DomDill/supplyiq-inventory-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SupplyIQ Inventory Management System

A relational database project designed and built from scratch in MySQL, simulating a supply chain inventory management system. Includes full schema design, sample data creation, and analytical queries covering key SQL concepts.

Tools

  • MySQL Workbench

Database Schema

  • categoris - Product categories
  • vendor - Supplier information
  • warehouses - Storage locations
  • products - Inventory items linked to vendors and categories
  • inventory - Stock levels per product per warehouse

Analytical Queries

  • Q1 - Q3: JOIN queries across multiple tables
  • Q4: GROUP BY - Product count per vendor
  • Q5: Total inventory value per warehouse
  • Q6: CASE statement - Stock status alerts (Critical/Low/Adequate)
  • Q7: CTE - Warehouses above average inventory value
  • Q8: Window Function - Products ranked by price within category

Dashboard

View the live Tableau Public dashboard here: [SupplyIQ Inventory Analytics Dashboard] https://public.tableau.com/app/profile/qushania.dillard/viz/SupplyIQInventoryAnalytics/Dashboard1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors