DROP TABLE
Irrevocably drop a table and all of its data from the database.
Syntax
DROP TABLE table_name;
Arguments
Argument | Description |
---|---|
table_name | name of table on the database |
Example
DROP TABLE doctest;
© 2022 Molecula Corp. (DBA FeatureBase). All rights reserved.