<

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;  
















© copyright 2017-2022 Completedone pvt ltd.