The syntax for DROP TABLE in BNF is as follows:

Syntax

drop table statement ::=
DROP TABLE  [owner_name.] table_name ;

For more information, see DROP TABLE.