Answer Posted / rajeev
The CHECK constraint is used to limit the value range that
can be placed in a column.
If you define a CHECK constraint on a single column it
allows only certain values for this column.
If you define a CHECK constraint on a table it can limit the
values in certain columns based on values in other columns
in the row.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is use command in mysql?
How do I download mysql on my laptop?
Will mysql remain free?
Why is it called mysql?
How to find the unique values if the value in the column is repeated?
What is the maximum size of table in mysql?
Is mysql case-sensitive?
What is inner join in mysql?
Can we write pl sql mysql?
What does mysql_query return?
Is microsoft sql same as mysql?
What is mysql and mysqli?
How internally data stores in MyISAM and INNODB table types?
What does "i_am_a_dummy flag" do in mysql?
What does mysql_fetch_assoc do?