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 a result set object?
How do I find the database name in mysql?
How we get sum of column.
How many triggers are possible in mysql?
How to create a table index in mysql?
What is the difference between truncate and delete in mysql?
Why do we use mysql?
What is the current version of mysql?
What is meant by mysqli?
How many groups of data types?
Can you tell the difference between ereg_replace() and eregi_replace()?
What is the difference between having and where clause in mysql? Explain
How does mysql store dates?
How to get a list of columns in an existing table?
What are the types of database engines available in mysql?