On this page
CREATE DATABASE
Creates a new database in the system.
Syntax
CREATE DATABASE [ IF NOT EXISTS ] <name>
[ COMMENT = '<string_literal>' ]On this page
Creates a new database in the system.
CREATE DATABASE [ IF NOT EXISTS ] <name>
[ COMMENT = '<string_literal>' ]