Informix Alter Table Add Constraint

The RazorSQL alter table tool includes an Add Constraint option for adding check constraints to Informix database tables. The add constraint function allows the user to add a constraint name and a constraint condition. The tool then generates the appropriate alter table SQL command for adding the constraint to the table.

Listed below is an example of the SQL generated by the Informix Alter Table Add Constraint function:

ALTER TABLE sample:employee ADD CONSTRAINT CHECK (salary > 0)