Which statement is used to delete a table in MySQL.



Which statement is used to delete a table in MySQL...

Answer / Shambhu Nath Srivastva

The SQL statement used to delete a table in MySQL is 'DROP TABLE tablename;'. Replace 'tablename' with the actual name of the table you want to delete.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is meant by sharding?

1 Answers  


What is use command in mysql?

1 Answers  


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

1 Answers  


What are triggers mysql?

1 Answers  


How we can create index in mysql?

1 Answers  


What is the use of mysqli_connect in php?

1 Answers  


How to get current MySQL version?

1 Answers  


Which is faster mysql or mongodb?

1 Answers  


How do I start mysql in mysql workbench?

1 Answers  


What does mysql flush privileges do?

1 Answers  


How do I restore a mysql database?

1 Answers  


What is cursor in mysql?

1 Answers  


Categories