What does CHECK do?

limits the value range for a fieldonly allows certain values in a columnconfirms the input of a valueconfirms a new record has been created

Yes! The CHECK constraint only allows values that are within its declared range to be entered into a column.

Nay! The CHECK constraint only allows values that are within its declared range to be entered into a column.