CHECK Conditions on Tables

There are two ways of modifying a CHECK condition defined on the table, as opposed to a CHECK condition defined on a column.

Deleting a column from a table does not delete CHECK conditions associated with the column that are held in the table constraint. If the constraints are not removed, any attempt to query data in the table produces a column not found error message.