Contents Index Working with table and column constraints in Sybase Central Using domains

ASA SQL User's Guide
  Ensuring Data Integrity
    Using table and column constraints

Modifying and deleting CHECK constraints


There are several ways to alter the existing set of CHECK constraints on a table.

Sybase Central lets you add, modify and delete both table and column CHECK constraints. For more information, see Working with table and column constraints in Sybase Central.

Deleting a column from a table does not delete CHECK constraints associated with the column held in the table constraint. Not removing the constraints produces a column not found error message upon any attempt to insert, or even just query, data in the table.

Table CHECK constraints fail only if a value of FALSE is returned. A value of UNKNOWN allows the change.


Contents Index Working with table and column constraints in Sybase Central Using domains