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 to make a copy values from one column to another in mysql?
What is view? How can you create and drop view in mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
Why do we write stored procedures?
How do I change directories in mysql?
Do you need a license for mysql?
What is general log in mysql?
What is the usage of regular expressions in mysql?
How to convert dates to character strings?
How many rows can a mysql table hold?
How can we convert between Unix & MySQL timestamps?
What is ntext?
Why does mysql have so many connections?
Why use mysql procedures?
What are the difference between now and current_date in mysql?