In Oracle SQL / PLSQL a UNIQUE CONSTRAINT is single or group of column(s)/field(s) that can uniquely identify each record in a table. Some of the column(s) / field(s) of unique constraint can have NULL values until the combination can uniquely identify each record of table. Important points about UNIQUE CONSTRAINT in Oracle SQL / […]