check constraint maintain
Answers
Answered by
0
Explanation:
The syntax for enabling a check constraint in SQL Server (Transact-SQL) is: ALTER TABLE table_name WITH CHECK CHECK CONSTRAINT constraint_name; table_name. The name of the table that you wish to enable the check constraint.
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.
Similar questions
Science,
2 months ago
Math,
2 months ago
Business Studies,
6 months ago
Science,
11 months ago
Science,
11 months ago