The DROP TABLE statement is used to drop an existing table in a database.
Syntax
DROP TABLE table_name;
Practice Excercise Practice now
The DROP TABLE statement is used to drop an existing table in a database.
Syntax
Practice Excercise Practice now