Drop Integrity Statement
The drop integrity statement removes the specified integrity constraints from a table.
This statement has the following syntax:
drop integrity on table_name ALL | integer {, integer};
Note: The drop integrity statement does not remove constraints defined using the create table statement.