Question
Easy

........... constraint ensures that no two 'rows' have same value in specified column/columns.

1
Default
2
Unique
3
Check
4
All options are wrong
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option B
Explanation

The correct option is (2): The UNIQUE constraint is a fundamental concept in Relational Database Management Systems (RDBMS) designed specifically to enforce entity integrity by guaranteeing that all values in a column, or a group of columns, are distinct. Its primary function is to ensure that no two rows within the table will have identical values for the constrained column(s), thereby fulfilling the requirement stated in the question. Unlike the…Read More

Constraint ensures that - HTET Level 3 | Clear Cutoff