Create Table
The syntax to be used for the Snowflake CREATE TABLE
DDL. It enables the use of CREATE OR REPLACE
and CREATE OR ALTER
syntax options, when supported by the Snowflake environment.
Notes:
- This setting is part of the Snowflake settings category.
- The default value for this setting is
CREATE TABLE IF NOT EXISTS
.