SnowflakeSnowflake
COF-C02 · Question #192
COF-C02 Question #192: Real Exam Question with Answer & Explanation
Sign in or unlock COF-C02 to reveal the answer and full explanation for question #192. The question stem and answer options stay visible for context.
Snowflake Cloud Data Platform Features and Architecture
Question
How would a user execute a series of SQL statements using a task?
Options
- AInclude the SQL statements in the body of the task CREATE TASK mytask .. AS INSERT INTO
- BA stored procedure can have only one DML statement per stored procedure invocation and
- CUse a stored procedure executing multiple SQL statements and invoke the stored procedure from
- DCreate a task for each SQL statement (e.g. resulting in task1, task2, etc.) and string the series of
Unlock COF-C02 to see the answer
You've previewed enough free COF-C02 questions. Unlock COF-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Snowflake Tasks#Stored Procedures#Data Orchestration#SQL Automation