Last updated 5 years ago
Was this helpful?
The CREATE DATABASE statement is used to create a new SQL database.
CREATE DATABAS
CREATE DATABASE databasename;
The DROP DATABASE statement is used to drop an existing SQL database.
DROP DATABASE
DROP DATABASE databasename;