Mar 19
The UNIQUE constraint uniquely identifies each record in a database table.
The UNIQUE constraint uniquely identifies each record in a database table.
The NOT NULL constraint enforces a column to NOT accept NULL values.
Constraints are used to limit the type of data that can go into a table.
The CREATE TABLE statement is used to create a table in a database.
The CREATE DATABASE statement is used to create a database.