
Answer-first summary for fast verification
Answer: COMMIT, ROLLBACK
The question asks for commands that support multiple-statement requests for accessing and updating Snowflake data. According to Snowflake documentation on explicit transactions, COMMIT and ROLLBACK are transaction control commands that operate on multiple statements executed within a transaction. CALL is for stored procedures (which can contain multiple statements but is not a transaction command itself), GET is for downloading files, and PUT is for uploading files - none of these inherently support multiple-statement requests for data access/updates in the same way transaction commands do. The community discussion shows 100% consensus on BE with upvoted comments referencing official documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.