DB2 Version 9.7 for Linux, UNIX, and Windows

Changing check constraints

You can change check constraints to the table that you are creating. A check constraint sets restrictions on data added to the table. Check constraints are enforced whenever rows in the table are inserted or updated.

Before you begin

To change check constraints, you must have at least one of the following privileges on the table to be altered:
Note: To change the definition of a existing column (in a database that is Version 8.2 or greater), you must have DBADM authority.

Procedure