Computer Science, asked by spareuday, 1 month ago

How can we define constraints with user defined name?
O data type constraint
Odata type
O A and B
None of these

Answers

Answered by likithsunku
11

Answer:

Some CONSTRAINTS can be used along with the SQL CREATE TABLE statement. The general structure of the SQL CONSTRAINT is defined as: The CONSTRAINT keyword is followed by a constraint name followed by a column or a list of columns.

Constraint: Description

NOT NULL: This constraint confirms that a column cannot store NULL value

CHECK: A check constraint ensures that the value stored in a column meets a specific ...

UNIQUE: This constraint ensures that each row for a column must have a different value

Answered by aaftabs151
0

Answer:

option 1 data type constraint

Explanation:

Similar questions