SnowPro Core Certification — Question 664
Which commands support a multiple-statement request to access and update Snowflake data? (Choose two.)
Answer options
- A. CALL
- B. COMMIT
- C. GET
- D. PUT
- E. ROLLBACK
Correct answer: B, E
Explanation
The correct answers are COMMIT and ROLLBACK as they are used to manage transactions in Snowflake, allowing for multiple statements to be executed and confirmed or undone as needed. The other options, CALL, GET, and PUT, do not support transaction management in the same way and are used for different purposes.