6. QUEL and EQUEL Statements : Destroy Statement--Destroy Tables, Views, Permissions, Integrities : Examples
 
Share this page                  
Examples
The following examples provide details.
Example 1:
The following example destroys the "employee" and "dept" tables:
destroy employee, dept
Example 2:
The following example destroys specific permissions on the "job" table, and all integrity constraints on the "employee" table:
destroy permit job 2, 4, 5 
destroy integrity employee all