What are characteristics of the use of transactions in Snowflake? (Choose two.)
What are characteristics of the use of transactions in Snowflake? (Choose two.)
In Snowflake, a transaction can be explicitly started by executing a BEGIN WORK statement and can be explicitly ended by executing a COMMIT WORK statement. Explicit transactions in Snowflake should contain only DML (Data Manipulation Language) statements and query statements. All DDL (Data Definition Language) statements implicitly commit active transactions, making it not recommended to mix DDL and DML statements in explicit transactions.
CE is right https://docs.snowflake.com/en/sql-reference/transactions