Drop table removes the table from the database, usually to replace it with an updated table configuration in a subsequent create table statement. Empty table removes all information from the table, but leaves the table itself intact.
Drop table removes the table from the database, usually to replace it with an updated table configuration in a subsequent create table statement. Empty table removes all information from the table, but leaves the table itself intact.