
Answer-first summary for fast verification
Answer: They will need to add two separate visualizations to the dashboard based on the same Query.
Option B is correct because in Databricks SQL, a single query can be used to create multiple visualizations on the same dashboard. The analyst can create the query once, then add multiple visualization widgets to the dashboard that all reference the same underlying query. This is more efficient than creating separate queries (option E) or separate dashboards (option C). Option A is incorrect because the query doesn't need to be altered to return separate result sets. Option D is incorrect as it suggests limiting to a single visualization, which contradicts the requirement for two visualizations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data analyst has created a query in Databricks SQL. They now want to create two data visualizations from that query and add both visualizations to the same Databricks SQL dashboard.
Which of the following steps are required to create and add both data visualizations to the dashboard?
A
They will need to alter the Query to return two separate sets of results.
B
They will need to add two separate visualizations to the dashboard based on the same Query.
C
They will need to create two separate dashboards.
D
They will need to decide on a single data visualization to add to the dashboard.
E
They will need to copy the Query and create one data visualization per query.
No comments yet.