Solveeit Logo

Question

Computer Science Question on SQL

In SQL, which of the following constraint means that no two values in any column should be the same?

A

DISTINCT

B

UNIQUE

C

ORDER BY

D

GROUP BY

Answer

UNIQUE

Explanation

Solution

The correct option is (B) :UNIQUE