Dear All,
I am new to database design.
Please help me to relate/redesign the following tables.
I am trying to create a simple warehouse database. The items will be stored in different warehouses.These items are for different projects(each project has subprojects too). The items are received in huge boxes (One box may contain different items for different projects).
The objective is to track which items are in which warehouse and in which boxes and tobe queried project wise too.
The Tables are
tableitem
Itemcode
ItemName
ItemDesc
ItemDate
Qty
Warehouseid
Boxid
projectid
tableProject
ProjectId
ProjectName
ProjectSub
I am confused whether i should create tables for WAREHOUSE and BOX.
Please help