SnowPro Core Certification — Question 1145

Which ACCOUNT_USAGE view will identify long-running queries?

Answer options

Correct answer: C

Explanation

The correct answer is C, QUERY_HISTORY, as it specifically tracks the execution details of queries, including their duration. The other options, such as DATA_TRANSFER_HISTORY and TASK_HISTORY, serve different purposes, like monitoring data transfers and task executions, respectively, and do not provide information on query run times.