Snowflake
COF-C02 · Question #153
Which statement is true about running tasks in Snowflake?
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.
How the community answered
(34 responses)- A3% (1)
- B91% (31)
- D6% (2)
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.