DROP TABLE

Deletes the specified table.

If there is no such table, an error is returned.

Examples:

DROP TABLE my_table;