
Answer-first summary for fast verification
Answer: It can be used to automate query execution on multiple warehouses (formerly endpoints).
The question asks which statement about Query History is INCORRECT. Query History in Databricks SQL allows users to view past query executions, analyze query plans, and troubleshoot performance issues (options A, B, and C are all valid benefits). However, option D is incorrect because Query History is a monitoring and analysis tool for past queries, not an automation tool. Automating query execution on multiple warehouses would be handled through Databricks Workflows, Jobs API, or other automation features, not Query History. The community discussion shows 100% consensus on B, but this appears to be a misalignment between the question and discussion - based on Databricks SQL functionality, D is the incorrect statement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A data analyst is presenting the benefits of Query History in Databricks SQL to their team. One of the stated benefits is incorrect.
Which statement about Query History is incorrect?
A
It can be used to troubleshoot slow running queries.
B
It can be used to view the query plan of queries that have run.
C
It can be used to debug queries.
D
It can be used to automate query execution on multiple warehouses (formerly endpoints).