Drop (SQL)
“The drop table command is used to delete a table and all rows in the table. drop table is different from deleting all of the records in the table. Deleting all of the records in the table leaves the table including column and constraint information. drop table “”tablename”””