Who Can Drop a Table?
The DROP TABLE
statement can be executed by:
-
The owner of the table
-
Users with the
DROP ANY TABLE
privilege
The DROP TABLE
statement can be executed by:
The owner of the table
Users with the DROP ANY TABLE
privilege
DROP TABLE
COUNTRY
table.DROP TABLE COUNTRY;