J
Joe
Hi all,
A pretty amateur quesiton, but: Say I have two tables - Parts and
Suppliers. I want to link each Part to a Supplier. Is it better to use a
numeric SupplierID as a foreign key in the Parts table, or to use the
Supplier's Name instead as a foreign key instead?
My concern is in listing info from the Parts table - I don't want to a bunch
of meaningless numbers to be shown for the Supplier of each part.
Thanks,
Dave Hagedorn
A pretty amateur quesiton, but: Say I have two tables - Parts and
Suppliers. I want to link each Part to a Supplier. Is it better to use a
numeric SupplierID as a foreign key in the Parts table, or to use the
Supplier's Name instead as a foreign key instead?
My concern is in listing info from the Parts table - I don't want to a bunch
of meaningless numbers to be shown for the Supplier of each part.
Thanks,
Dave Hagedorn