DROP TABLE statement
The DROP TABLE statement removes a persistent or global temporary table definition.
To drop a table, you must have one of the following privileges:
- Ownership of the object
- DBADM authority
- PACKADM authority for the collection or for all collections
DROP TABLE tableOwner.tableName | This option specifies the fully qualified name of the table to be dropped. |
---|
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*