CREATE TABLE or similar calls.
CREATE SCHEMA Syntax
Parameters
IF NOT EXISTS
IF NOT EXISTS
Optional error suppression clause, which causes no error to be returned if a schema with the
same name already exists
<schema name>
<schema name>
Name of the schema to create; must adhere to the supported
naming criteria
Examples
CREATE SCHEMA Example