primary key option for any column
I need to be able to designate any column in my database as a primary key. The built-in primary key doesn't help.
I want to create a database of new vocabulary words, and I need to ensure that I never enter the same word twice. If there's any way other than a primary key to do this, please let me know.
Thanks.