Multiple choice

Which of the following constraints is used in Oracle to prevent the duplication of values within the rows of specified column or a set of columns in a table?

  1. Domain integrity constraints

  2. Check constraints

  3. Unique constraints

  4. Referential integrity constraints

  5. Tuple constraints

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This constraint is used in Oracle to prevent the duplication of values within the rows of a specified column or a set of columns in a table.