CREATE DATABASE
Grammar Syntax
For more information please refer to Redshift CREATE DATABASE
documentation.
Sample Source Patterns
Basic samples
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Collate Clause
Input Code:
IN -> Redshift_02.sql
Output Code:
OUT -> Redshift_02.sql
Connection Limit Clause
Input Code:
IN -> Redshift_03.sql
Output Code:
OUT -> Redshift_03.sql
The connection limit clause is removed since the connection concurrency in snowflake is managed by warehouse. More information here.
From ARN Clause
Input Code:
IN -> Redshift_04.sql
Output Code:
OUT -> Redshift_04.sql
This clause is removed since it is used to reference Amazon Resources, not valid in Snowflake.
From Datashare Clause
Input Code
IN -> Redshift_05.sql
Output Code
OUT -> Redshift_05.sql
The transformation for Datashare is planned to be delivered in the future.
Owner Clause
Input Code
IN -> Redshift_06.sql
Output Code
OUT -> Redshift_06.sql
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
IN -> Redshift_07.sql
Output Code
OUT -> Redshift_07.sql
The transformation for Isolation Level is planned to be delivered in the future.
Related EWIs
SSC-EWI-0073: Pending Functional Equivalence Review
Last updated