Say I wanted to make a database for a furniture finishing company. One of the tables/sections has to do with doors. I will be storing information about the doors such as color, distress, hours they took to finish, cost to the company, and cost to the customer. For the Doors table, would i put all of those fields on the table, or make a different table for each (Color, cost, distress, etc) and link them to the Doors table? This is going to be a pretty big database, and i will be using the same fields (Color, Cost, Hours, etc) for many different tables besides Doors. Like I will need a table for Doors, Beams, Night Stands, Cabinets, and all of those would need Color/Cost/Hours fields on each table. So if anyone could give me a good idea of how to arrange that, I would be very appreciative.