DROP Command

 

DROP Command

Description:
The DROP command is used to delete a table or database permanently.

Syntax:

DROP TABLE table_name;

Example:

DROP TABLE student;



Comments

Popular posts from this blog

Important MySQL Commands