Hello all,
Some database design help please...
I'm creating an application to track problem products which are found. Here is the basic structure. A person finds a problem and fills out info on the problem into a table. At a later point the department which handles problems will fill out additional information on the problem. Finally after being reviewed by the department the orginal person who found the problem will enter some final information.
So basically my question is should I use three tables related together or just one big table? If three, then all tables would have the same number of rows with one, and only one, row in each column corresponding to one row in the other two columns. This is why I was wondering if it should all be done in one table. Still, it seems more intuitive to do it in three tables since data is entered in three stages.
Any thoughts?
Thanks,
Collen
Some database design help please...
I'm creating an application to track problem products which are found. Here is the basic structure. A person finds a problem and fills out info on the problem into a table. At a later point the department which handles problems will fill out additional information on the problem. Finally after being reviewed by the department the orginal person who found the problem will enter some final information.
So basically my question is should I use three tables related together or just one big table? If three, then all tables would have the same number of rows with one, and only one, row in each column corresponding to one row in the other two columns. This is why I was wondering if it should all be done in one table. Still, it seems more intuitive to do it in three tables since data is entered in three stages.
Any thoughts?
Thanks,
Collen