The CREATE DATABASE statement is used to create a new database.
Syntax:
CREATE DATABASE database_name
Example:
CREATE DATABASE mydb