How To Delete/Drop SQL DB Using Query
In this article, we will learn how to delete/drop a Database using SQL query.
To drop an existing SQL database, the DROP DATABASE statement is used.
In this article, we will learn how to delete/drop a Database using SQL query.
To drop an existing SQL database, the DROP DATABASE statement is used.