Computer Science, asked by sumonkallan6957, 1 year ago

Get a list of Constraints from MySQL Database?

Answers

Answered by Student213
6

MySQL parses this constraint, but it is not enforced.

NOT NULL constraint. A column with a NOT NULL constraint, cannot have NULL values. ...

UNIQUE constraint. The UNIQUE constraint ensures that all data are unique in a column. ...

Primary key. ...

Foreign key. ...

ENUM constraint. ...

SET constraint.


seju221: hiiii
Anonymous: teri choot
Answered by khushi6174
0

MYSQL parses this consraint , but it is not enforced .

The unique are in a coloum..

primary key

foreign key

SET constraint

Similar questions