CREATE SCHEMA
Creates a new schema..
Syntax
CREATE SCHEMA schema_nameDescription
The schema name must be a valid identifier.
The creator of the schema becomes its owner.
Example
CREATE SCHEMA my_new_schemaCreates a new schema..
Syntax
CREATE SCHEMA schema_nameThe schema name must be a valid identifier.
The creator of the schema becomes its owner.
CREATE SCHEMA my_new_schema