CALL
Calls astored procedure.
CALL (with Anonymous Procedure)
Creates and calls an anonymousprocedure.
EXECUTE IMMEDIATE
Executes a string that contains a SQL statement or aSnowflake Scripting statement.
EXECUTE TASK
Manually triggers an asynchronous single run of a scheduled task (either a standalone task or the root task in aDAG (directed acyclic graph)of tasks) independent of the schedule defined for the task.
EXPLAIN
Returns the logical execution plan for the specified SQL statement.