Check sibling questions

Which of the following commands will delete the table from MYSQL database?

(a) DELETE TABLE

(b) DROP TABLE

(c) REMOVE TABLE

(d) ALTER TABLE

 

Answer:

The drop table command is used to delete a table from the MYSQL database.

Syntax to delete a table from a database:

DROP TABLE table_name ;

So, the correct answer is (b).

  1. Computer Science - Class 12
  2. Solutions to CBSE Sample Paper - Computer Science Class 12

About the Author

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo