Skip to content

ShaikhShagil/SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

SQL

SQL Project for Data Analytics

πŸ“¦ Logistics and Supply Chain Management System (SQL Project) πŸ“Œ Overview

This project is a SQL-based database system designed to manage logistics and supply chain operations, including suppliers, products, warehouses, inventory, and customer orders. It simulates real-world business scenarios and helps in analyzing operational data.

πŸ› οΈ Features Designed relational database with multiple interconnected tables Managed entities like Suppliers, Products, Warehouses, Inventory, and Orders Implemented data integrity using primary keys, foreign keys, and constraints Performed CRUD operations (Create, Read, Update, Delete) Applied data validation using NOT NULL and CHECK constraints

πŸ“Š SQL Concepts Used Joins (INNER JOIN, LEFT JOIN) Subqueries Aggregate functions (SUM, COUNT) GROUP BY & HAVING ORDER BY & LIMIT Window functions (ROW_NUMBER)

πŸ“ˆ Key Insights Generated Total orders per product Warehouse-wise stock analysis Supplier-wise product supply Inventory tracking and stock availability

🧰 Tools Used MySQL

πŸ“ Project Structure Data01.sql β†’ Contains all DDL, DML, and query operations πŸš€ Conclusion

This project demonstrates strong understanding of SQL, database design, and data analysis techniques in a logistics domain.

About

SQL Project for Data Analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors