DROP TABLE Command
|
Previous Top Next |
Regardless of this keyword specification, the table will not be dropped, if the table doesn't exist and an exception will not be raised.
|
If MEMORY keyword is specified before the table_name then an in-memory table will be removed, not a disk one.
|
The name of the table to be removed.
|
DROP TABLE developers
|