Oracle SQL Practice Test
Oracle SQL Oracle SQL DDL and Schema Objects
Which Oracle SQL constraint ensures no two rows in a table have the same value in a column?
Select your answer
A
PRIMARY KEY
B
UNIQUE
C
NOT NULL
D
CHECK
Hint