Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 125

True or False: Snowflake enforces unique, primary key, and foreign key constraints during DML operations.

    Correct Answer: B

    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.

Discussion
BigDataBBOption: B

Snowflake supports defining and maintaining constraints, but does not enforce them, except for NOT NULL constraints, which are always enforced.

Sid460545Option: B

It doesn't enforce.. But Not null is

sdnv89Option: B

Only NOT NULL is enforced. https://docs.snowflake.com/en/sql-reference/constraints.html

Mallikharjuna452Option: B

B.False

_yyuktaOption: B

B false

MultiCloudIronManOption: B

Correct