Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
I have check constraint in MySQL but it doesn't
Asked
Aug 30 '21 at 19:36
Active
Aug 30 '21 at 19:36
Viewed
13 times
0
`create table employee( salary int check(salary>250);
INSERT INTO employee(salary) VALUES(100)`
mysql
phpmyadmin
check-constraints
asked Aug 30 '21 at 19:36
a_7md.f
1
MySQL supports check constraints in version 8 and above
–
juergen d
Aug 30 '21 at 19:37
0 Answers
0