System Reference Summary : Statements : OpenROAD SQL Statements : Drop Integrity Statement
 
Share this page          
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.