so i can basically store everything in there? so my table will look somewhat like this?
Inventory:
itemID:
itemDescription

hammer,screw driver, etc)
itemBrand:
itemSize:
itemType:
quantity:
ok with this design wont there be a ton a repeats for the desciptions. because if the hardware store has 15 different types of hammers and 30 different types of screw driver then there will be 15 and 30 of the same itemDescription names. is that ok. that why i was thinkng of creating a table for each one.