DROP TABLE :-
DROP TABLE table_name
DROP DATABASE :-
DROP DATABASE database_name
TRUNCATE TABLE :-
We use truncate statement if we want to delete the values of the table not the table itself. Like :-
TRUNCATE TABLE table_name
DROP INDEX :-
DROP INDEX table_name.index_no
DROP TABLE table_name
DROP DATABASE :-
DROP DATABASE database_name
TRUNCATE TABLE :-
We use truncate statement if we want to delete the values of the table not the table itself. Like :-
TRUNCATE TABLE table_name
DROP INDEX :-
DROP INDEX table_name.index_no