FOREIGN KEY
Description
Some parts in the output code are omitted for clarity reasons.
Snowflake supports the grammar for Referential Integrity Constraints, and their properties to facilitate the migration from other databases.
Syntax in SQL Server
Syntax in Snowflake
Sample Source Patterns
SQL Server
IN -> SqlServer_01.sql
Snowflake
OUT -> SqlServer_01.sql
Constraints are not enforced in Snowflake, excepting NOT NULL.
Primary and Foreign Key are only used for documentation purposes more than design constraints.
Known Issues
No issues were found
Related EWIs
No related EWIs.
Last updated