Was this helpful?
Drop Integrity Statement
Removes the specified integrity constraints from a table.
Syntax:
drop integrity on table_name ALL | integer {, integer};
Note:  The drop integrity statement does not remove constraints defined using the Create Table Statement.
Last modified date: 12/20/2023