SQL – How To Drop A Database?


SQL How To Drop A Database?

Table Of Contents:

  1. How To Drop A Database?
  2. Examples Of Dropping A Database?

(1) How To Drop A Database?

Syntax:

DROP DATABASE databasename;

(2) Examples Of Dropping A Database?

DROP DATABASE testDB;

Leave a Reply

Your email address will not be published. Required fields are marked *