Drops (deletes) a table.

Syntax

DROP TABLE <table name>

Description

Use DROP TABLE to delete the table <table name> from disk. The associated production index file and memo file, if any, are also deleted.