Get a list of Constraints from MySQL Database?
Answers
Answered by
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
Answered by
0
MYSQL parses this consraint , but it is not enforced .
The unique are in a coloum..
primary key
foreign key
SET constraint
Similar questions