The DROP DATABASE statement physically deletes all associated database files from disk. If the database file does not exist,
or is not in a suitable condition for the database to be started, an error is generated.
DROP DATABASE cannot be used in stored procedures, triggers, events, or batches.