CREATE SCHEMA
A SCHEMA is used to refer to a logical collection of tables, views, and other resources. This statement is supported in Snowflake.
Grammar Syntax
CREATE SCHEMA [ IF NOT EXISTS ] [project_name.]dataset_name [DEFAULT COLLATE collate_specification] [OPTIONS(schema_option_list)]
Schema Options Translation
BigQuery
Snowflake
Basic Case
Collation Case
Description Option Case
Labels Option Case
MAX_TIME_TRAVEL_HOURS Option Case
Last updated
Was this helpful?