I have a database table and one of the fields (not the primary key) is having a unique index on it. Now I want to swap values under this column for two rows. How could this
Oracle has deferred integrity checking which solves exactly this, but it is not available in either SQL Server or MySQL.