Followed the DROP DATABASE is the database name that you want to remove. Similar to the CREATE DATABASE statement, the IF EXISTS is an optional part of the statement to prevent you from removing a database that does not exist in the database server.
If you want to practice with the DROP DATABASE statement, you can create a new database, make sure that it is created, and remove it. Let’s look at the following queries: