Coder Social home page Coder Social logo

akbted / inventory-management-system_sql_project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 37 KB

I have developed a a simple Inventory Management System using SQL. The database should allow for managing product inventory, tracking sales, and generating basic reports.

firstproject inventory-management-system mysql

inventory-management-system_sql_project's Introduction

Inventory Management System

Project Overview

This project is a simple Inventory Management System developed using SQL. The system is designed to manage product inventory, track sales, and generate basic reports.

Requirements

Database Schema

Created a database schema named InventoryDB with tables:

  1. Products: Columns include ProductID, ProductName, CategoryID, UnitPrice, UnitsInStock.
  2. Categories: Columns include CategoryID, CategoryName.
  3. Sales: Columns include SaleID, ProductID, SaleDate, QuantitySold.

Data Population

Inserted sample data into the Products and Categories tables for testing purposes.

Basic Operations

Implemented SQL queries for adding, updating, and deleting products. Recorded product sales using SQL queries.

Data Integrity

Implemented data integrity constraints, including foreign key constraints between Products.CategoryID and Categories.CategoryID.

Data Validation

Included basic data validation checks, such as ensuring unit price is positive and quantity sold is non-negative.

Reports

Created SQL queries to generate basic reports, such as total sales by product or category and current inventory status.

Documentation

Provided documentation explaining the database schema, table structures, and sample queries for basic operations and reports.

Testing (Testing is still to be completed)

Thoroughly tested SQL queries to ensure they perform as expected and handle edge cases gracefully.

GitHub Repository

Uploaded the project to GitHub, including SQL script files, documentation, and any additional resources.

Conclusion

This project demonstrates my ability to design and implement a database schema, manage inventory data, track sales, generate reports, and follow industry-standard practices for data integrity, validation, and documentation. It serves as a valuable addition to the resume and GitHub profile, showcasing SQL skills to potential employers.

I would also like to highlight that I faced some challenges while using the JOIN function, performing data validation, and generating basic reports. I overcame these challenges by referring to YouTube, GPT, and Stack Overflow.

inventory-management-system_sql_project's People

Contributors

akbted avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.