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