
Answer-first summary for fast verification
Answer: A dashboard
In Databricks, when you have several queries that stakeholders need to see together, a **Dashboard** (Option C) is the correct tool for consolidation. ### Why Choice C is Correct: A dashboard allows you to pull multiple visualizations and query results into one single page. It is designed specifically for **monitoring and sharing** high-level insights with stakeholders, providing that "consolidated view" mentioned in the question. ### Why the others are incorrect: * **A (SQL Warehouse):** This is the *compute engine* that runs the queries. While essential for execution, it isn't a viewing tool for results. * **B (Query History):** This is an administrative log of every query run. It is disorganized and meant for debugging, not for stakeholders to monitor trends. * **D (Visualization tab):** This belongs to a *single* query. While it shows one set of results, it cannot consolidate multiple different queries into one view. **Real-world tip:** Think of a dashboard as a car’s instrument cluster; it combines data from the engine, fuel tank, and tires into one easy-to-read screen.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data analyst has created and saved a set of queries that uncover trends requiring monitoring by multiple stakeholders.
Which tool should the data analyst use to share the results of all the queries in a single, consolidated view?
A
A SQL warehouse (formerly known as a SQL endpoint)
B
A Query History page
C
A dashboard
D
A data visualization tab on a Query page