3. Statements : OpenROAD SQL Statements : Drop Integrity Statement : Examples—Drop Integrity Statement
 
Share this page                  
Examples—Drop Integrity Statement
The following are drop integrity statement examples:
1. Drop integrity constraints 1, 4, and 5 on the job table.
drop integrity on job 1, 4, 5;
2. In an application, drop all the constraints against the exhibitions table.
drop integrity on exhibitions all;