SnowPro Advanced: Architect — Question 81

What are characteristics of the use of transactions in Snowflake? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answer is C because it accurately describes how to start and end a transaction in Snowflake using the BEGIN WORK and COMMIT WORK commands. Option E is incorrect since explicit transactions can include DDL statements; stating they should only contain DML and queries is misleading. Other options either misrepresent transaction behavior or are not applicable in this context.