top of page

Database Project

For the design of my auto part warehouse, I focused on the development of my database using DML, DDL, and DCL statements. I used Oracle SQL Developer to create my Auto Part Warehouse database

First of all, my database represents an automobile warehouse that sells car parts to customers. This means keeping track of their customers, order ids, suppliers,  and products. I've provided a pdf file that explains the construction of my database in more details.

​​

I have design a diagram where a lot of tables share a trait like Employees with Departments, Orders with Product information, and Parts with their Supplier information.

 

The image is only a sample as I have so many tables to show

bottom of page