Deletes the specified table. Search for the table by name in the database specified by the USE operator.
If there is no such table, an error is returned.
Examples:
DROP TABLE my_table;