0 By Praveen Macherla In Data Definition Language (DDL)Posted October 18, 2016DROP TABLE SyntaxTo delete table from the database, you can use DROP TABLE statement: DROP TABLE [IF EXISTS] table_name [, table_name…] MySQL allows you to drop multiple tables at once by listing them all, [...] READ MORE