System Reference Summary
>
System Reference Summary
>
Statements
>
OpenROAD SQL Statements
>
Drop Integrity Statement
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
This site works best with JavaScript enabled