Skip to content

CREATE SCHEMA

Creates a new schema in the current/specified database.

See the Snowflake documentation for more details.

Syntax

Currently, BodoSQL only supports the following syntax:

CREATE [ OR REPLACE ] SCHEMA [ IF NOT EXISTS ] <name>