I have a table with a number of columns and one of them is an identity column which is also a primary key and I have another column which is not an identity but I do need it to be unique by itself, kind of like a second primary key. Is there a way to do
it?
Debra has a question