CREATE SCHEMA

Creates a new schema in the system.

Syntax

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