Progress Database DesignGuide
SQL-92 Notes The index is built immediately for all existing rows in the table. If you specify an index as UNIQUE and all values in the existing rows are not unique, an error message is returned and the index is not created. All indexes created by SQL-92 are case-sensitive.