SnowflakeSnowflake
COF-C02 · Question #153
COF-C02 Question #153: Real Exam Question with Answer & Explanation
The correct answer is B: A task allows a user to execute a single SQL statement/command using a predefined schedule.. In Snowflake, a task allows a user to execute a single SQL statement/command using a predefined schedule (B). Tasks are used to automate the execution of SQL statements at scheduled intervals.
Snowflake Cloud Data Platform Features and Architecture
Question
Which statement is true about running tasks in Snowflake?
Options
- AA task can be called using a CALL statement to run a set of predefined SQL commands.
- BA task allows a user to execute a single SQL statement/command using a predefined schedule.
- CA task allows a user to execute a set of SQL commands on a predefined schedule.
- DA task can be executed using a SELECT statement to run a predefined SQL command.
Explanation
In Snowflake, a task allows a user to execute a single SQL statement/command using a predefined schedule (B). Tasks are used to automate the execution of SQL statements at scheduled intervals.
Topics
#Tasks#Scheduling#SQL Execution
Community Discussion
No community discussion yet for this question.