2.8. DROP TABLE

DROP TABLE deletes all data for a table and associated indexes.

2.8.1. Syntax

DROP TABLE <table_name>
table_name
The name of table. If the table does not exist this command will effectively do nothing.