Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 546 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 546 Bytes

Build_InventoryDB_postgreSQL

Building a DB schema that could be used to organize an inventory of mechanical parts. This schema will keep track of all the parts, their manufacturer, category, location in storeroom, available inventory, and other relevant information. A DB like this might be updated and queried by an inventory management application that accepts input from many users who might not be familiar with the DB structure. So there should be sufficient data quality checks to ensure that only valid data can be entered into the DB.