CREATE DATABASE

Creates a new database in the system.

Syntax

CREATE DATABASE [ IF NOT EXISTS ] <name>
[ COMMENT = '<string_literal>' ]