ExamGecko
Question list
Search
Search

List of questions

Search

Question 40 - DEA-C01 discussion

Report
Export

Snowflake does not provide which of following set of SQL functions to support retrieving information about tasks?

A.
SYSTEM$CURRENT_USER_TASK_NAME
Answers
A.
SYSTEM$CURRENT_USER_TASK_NAME
B.
TASK_HISTORY
Answers
B.
TASK_HISTORY
C.
TASK_DEPENDENTS
Answers
C.
TASK_DEPENDENTS
D.
TASK_QUERY_HISTORY
Answers
D.
TASK_QUERY_HISTORY
E.
SYSTEMASK_DEPENDENTS_ENABLE
Answers
E.
SYSTEMASK_DEPENDENTS_ENABLE
Suggested answer: C

Explanation:

SYSTEM$CURRENT_USER_TASK_NAME

Returns the name of the task currently executing when invoked from the statement or stored procedure defined by the task.

SYSTEMASK_DEPENDENTS_ENABLE Recursively resumes all dependent tasks tied to a specified root task.

TASK_DEPENDENTS This table function returns the list of child tasks for a given root task in a DAG of tasks.

TASK_HISTORY This table function can be used to query the history of task usage within a specified date range.

asked 23/09/2024
Frank van Hout
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first