MYSQL DROP TABLE
MYSQL DROP table statement removes the complete data with structure.
MySQL Drop Table Syntax
DROP TABLE table_name;
MySQL Drop Table Example
DROP TABLE student;
MYSQL DROP table statement removes the complete data with structure.
DROP TABLE table_name;
DROP TABLE student;