SnowPro Core Certification — Question 294

Which statement is true about running tasks in Snowflake?

Answer options

Correct answer: B

Explanation

Option B is correct because a task in Snowflake is designed to execute a single SQL statement or command on a defined schedule. Options A and D are incorrect as they refer to using CALL and SELECT statements, which are not the appropriate methods for executing tasks. Option C is also incorrect because it describes a task executing multiple SQL commands, whereas a task is meant for a single command.