UNIQUE:
UNIQUE Constraint enforces a column or set of columns to have unique
values. If a column has a unique constraint, it means that particular
column cannot have duplicate values in a table.
Example :
CREATE TABLE STUDENT(
ROLL_NO INT NOT NULL,
STU_...
See more
Download the Study24x7 App, so you can connect and collaborate.