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

Which commands support a multiple-statement request to access and update Snowflake data? (Choose two.)

    Correct Answer: A, D

    The commands that support a multiple-statement request to access and update Snowflake data are CALL and PUT. CALL is used to invoke a stored procedure which can contain multiple SQL statements. PUT is used to upload files to Snowflake internal stages, which involves multiple operations to manage and access the data.

Discussion
aws_godOptions: BE

https://docs.snowflake.com/en/sql-reference/transactions#explicit-transactions

MultiCloudIronManOptions: BE

Correct

ravuri_rkOptions: BE

mostly BE