We can use CREATE DATABASE statement to create a new database.

Syntax:

CREATE DATABASE <database_name>;

Example:

CREATE DATABASE myTutorial;