SQL - Indexes and Query Performance
You have a UNIQUE index on
username. You want to update a row's username to a value that already exists in another row. What happens?