How do I drop a database in MySQL?
To do delete a database you need the command ‘DROP DATABASE’. The syntax is similar to creating a database. ‘DROP DATABASE ;’, where is the name of the database you want to delete. Can a database be dropped? Dropping a database deletes the database from an instance of SQL Server and deletes the physical disk files used by the database. …