Was this helpful?
DESTROY 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
Last modified date: 11/28/2023