It it ok to have a table with just one column? I know it isn't technically illegal, but is it considered poor design?
EDIT:
Here are a few examples:
- You have a table with the 50 valid US state codes, but you have no need to store the verbose state names.
- An email blacklist.
Someone mentioned adding a key field. The way I see it, this single column WOULD be the primary key.
