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
How Switch (select or use) to a database.
What are the ways in which you can retrieve data in the result set of mysql using php?
How do I zip a file in mysql?
What is mvcc in mysql?
What is blob in mysql?
What is a trigger in mysql?
Is blocked because of many connection errors mysql?
Is mysql an oracle product?
How do I select a table in mysql?
What are the advantages of myisam over innodb?
How to display nth highest salary from a table in a mysql query?
What is join in mysql? What are the different types of join?
What are the differences between char and varchar data types?
What is data node in mysql cluster?
How to analyze tables with 'mysqlcheck'?