/
CREATE SCHEMA
CREATE SCHEMA
Creates a new schema..
Syntax
CREATE SCHEMA schema_name
Description
The schema name must be a valid identifier.
The creator of the schema becomes its owner.
Example
CREATE SCHEMA my_new_schema
See Also
, multiple selections available,
Related content
ALTER SCHEMA
ALTER SCHEMA
More like this
DROP SCHEMA
DROP SCHEMA
More like this
CREATE VIEW
CREATE VIEW
More like this
CREATE VIEW
CREATE VIEW
More like this
ALTER TABLE
ALTER TABLE
More like this
DROP TABLE
DROP TABLE
More like this