CREATE DATABASE
Grammar Syntax
For more information please refer to Redshift CREATE DATABASE
documentation.
Sample Source Patterns
Basic samples
Input Code:
Output Code:
Collate Clause
Input Code:
Output Code:
Connection Limit Clause
Input Code:
Output Code:
The connection limit clause is removed since the connection concurrency in snowflake is managed by warehouse. More information here.
From ARN Clause
Input Code:
Output Code:
This clause is removed since it is used to reference Amazon Resources, not valid in Snowflake.
From Datashare Clause
Input Code
Output Code
Owner Clause
Input Code
Output Code
Please be aware that for this case, the owner clause is removed from the code since Snowflake databases are owned by roles, not individual users. For more information please refer to Snowflake GRANT OWNERSHIP
documentation.
Isolation Level Clause
Input Code
Output Code
Related EWIs
SSC-EWI-0073: Pending Functional Equivalence Review
Last updated