D
Debris
Hello,
This is more of a design / philosophy question than anything. Let me start
with an example:
Let's say I have a table of data about Suppliers, and it stores the
suppliers' name (primary key), address, city, state, etc. Let's say I also
keep track of the color of the supplier's delivery trucks. (Hey, it's just
an example.) Would you just add a field to the end of the supplier table,
or create a new table with basically two fields, the supplier ID and the
color?
I guess what I'm asking is, let's say I have a table with a primary key and
ten other fields. While all of the fields somehow relate to / describe the
primary key, that tenth field has nothing to do with the other nine. Would
you keep all of these fields in the same table?
Thanks, D
This is more of a design / philosophy question than anything. Let me start
with an example:
Let's say I have a table of data about Suppliers, and it stores the
suppliers' name (primary key), address, city, state, etc. Let's say I also
keep track of the color of the supplier's delivery trucks. (Hey, it's just
an example.) Would you just add a field to the end of the supplier table,
or create a new table with basically two fields, the supplier ID and the
color?
I guess what I'm asking is, let's say I have a table with a primary key and
ten other fields. While all of the fields somehow relate to / describe the
primary key, that tenth field has nothing to do with the other nine. Would
you keep all of these fields in the same table?
Thanks, D