True or False: Snowflake enforces unique, primary key, and foreign key constraints during DML operations.
True or False: Snowflake enforces unique, primary key, and foreign key constraints during DML operations.
Snowflake does not enforce unique, primary key, and foreign key constraints during DML operations. These constraints can be defined for documentation and design purposes but are not enforced by the system. Only the NOT NULL constraint is enforced. Thus, the correct answer is False.
Snowflake supports defining and maintaining constraints, but does not enforce them, except for NOT NULL constraints, which are always enforced.
It doesn't enforce.. But Not null is
Only NOT NULL is enforced. https://docs.snowflake.com/en/sql-reference/constraints.html
B.False
B false
Correct