When I drop a unique
column (just unique not primary key) constraint, Toad prompts me whether if I want to keep the index.
To me the logical thing is to remove the index but why does it offer to keep it ? Is it for saving time if I make the same column unique at a later point in time ? (which kind of confuses me since the old index may cause conflicts).