How do I drop a database in mysql?



How do I drop a database in mysql?..

Answer / Sakshi Singh

To drop a database in MySQL, use the `DROP DATABASE` statement. Here's an example: `DROP DATABASE dbName;`. Replace 'dbName' with your specific database name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

how to add a new column to an existing table?

1 Answers   MCN Solutions,


Who developed mysql?

1 Answers  


How can you do the fine tunning?

3 Answers   ACC,


Difference between CHAR and VARCHAR?

1 Answers  


Explain GRANT command in MySQL.

1 Answers  


What is the difference between float and double?

1 Answers  


what programming language which is used for testing and developement in sql?

3 Answers  


What is difference mysql and mysqli?

1 Answers  


What is check constraint?

3 Answers  


Can you tell which of the following where clauses is faster?

1 Answers  


What is memory table?

1 Answers  


change column name and make a unique column so we get no dupes.

1 Answers  


Categories