Skip to content

rolinrole/sql-inventory-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SQL Inventory Database

A sample SQL inventory database project designed to demonstrate database structure, product management, customer records, supplier relationships, and order tracking.

Project Overview

This project models a small inventory and order management system for an e-commerce or wholesale business.

Database Tables

  • Suppliers
  • Products
  • Customers
  • Orders

SQL Skills Demonstrated

  • CREATE TABLE
  • INSERT INTO
  • SELECT
  • WHERE
  • JOIN
  • UPDATE
  • DELETE
  • GROUP BY
  • ORDER BY
  • Aggregate calculations
  • Foreign key relationships

Business Use Cases

  • Inventory management
  • Product catalog tracking
  • Customer order management
  • Supplier records
  • Low inventory reporting
  • E-commerce operations
  • Wholesale distribution workflows

Author

Rolando Gonzalez

Portfolio: https://www.randommedia.net/
GitHub: https://github.com/rolinrole

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors