Sometimes you may need to delete all rows in a table in MySQL. Here’s how to truncate table in MySQL.
delete table
MySQL DROP TABLE
Sometimes you may need to delete table in MySQL. Here’s how to drop table in MySQL using MySQL DROP TABLE statement.