Quote:
|
I originaly had a table with two columns, an id number and status value
|
you probably had a third column, the status description, because if you really only had two, and you removed the id number, leaving only the status value, then i really don't see what this buys you in terms of relational design
as for numeric primary keys versus "real" ones, this is an old argument, and a very good one, and you will find cogent arguments on both sides
do a google search for "natural or surrogate key"
rudy