Schema
Translation reference to convert Teradata Create Schema to Snowflake Create Schema
Description
The translation of the CREATE SCHEMA
statement from Teradata to Snowflake is simple, as the basic syntax remains the same.
Sample Source Patterns
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
Known Issues
WITH Properties of CREATE SCHEMA
The WITH
properties associated with the CREATE SCHEMA
statement in Teradata are not supported in Snowflake, as there is no equivalent functionality available.
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
Related EWIs
SSC-EWI-0073: Pending Functional Equivalence Review.
Last updated