Computer Science - Class 12
Solutions to CBSE Sample Paper - Computer Science Class 12

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).

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

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, Social Science, Physics, Chemistry, Computer Science at Teachoo.