Skip to content

In this project you’ll build out a database 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 database like this might be updated and queried by an inventory management ap…

Notifications You must be signed in to change notification settings

samuelnoye/BuildingInventoryDatabasewithPostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BuildingInventoryDatabasewithPostgreSQL

In this project you’ll build out a database 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 database 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 database structure. As a result, we should make sure that there are sufficient data quality checks to ensure that only valid data can be entered into the database. We’ll start with tables with just a few constraints and build upon them throughout the project. Press 'Start' to begin inspecting the data.

About

In this project you’ll build out a database 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 database like this might be updated and queried by an inventory management ap…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published