D
David
I have many tables that are used to populate drop-downs.
I've been told that the standard is to have an autonumber
key in every table even when the values in these drop-
downs are unique. Now I have to specify 'indexed - no
duplicates' to prevent duplicate values in these columns.
Is this really the way to go, or am I being misled? I
can't see the purpose of an autonumber key if there is
already a column that must be unique that I can make the
primary key.
I've been told that the standard is to have an autonumber
key in every table even when the values in these drop-
downs are unique. Now I have to specify 'indexed - no
duplicates' to prevent duplicate values in these columns.
Is this really the way to go, or am I being misled? I
can't see the purpose of an autonumber key if there is
already a column that must be unique that I can make the
primary key.