Indicates if an index is unique.
SQL Drivers (SQL Server, DB2 and ODBC)
YES, NO
DF_INDEX_UNIQUE (Boolean)
SQL supports both unique and non-unique indexes. Setting the keyword to YES indicates the index is unique; setting it to NO indicates the index is non-unique. Using non-unique indexes may give unexpected results while finding records using that index.