I've been asked to create an index on a database table. I've got very little info about the underlying database model, but that there shouldn't be any duplicates.
My questions are: In this regard does no duplicates mean the same as an Unique index? This index is to be for two columns, how can I easily check for duplicate values?
Any help will be greatly appreciated.