0 votes
in Sql by
What is SQL CHECK Constraint?

1 Answer

0 votes
by

A CHECK constraint is used to limit the values or type of data that can be stored in a column. They are used to enforce domain integrity.

...