
Answer-first summary for fast verification
Answer: Different visualizations can be used to tell different stories about the data.
Option C is correct because visualizations serve different analytical purposes and can highlight different aspects of the same dataset, allowing analysts to tell various stories about the data. Option A is incorrect because Databricks SQL dashboards can include visualizations from different datasets or queries. Option B is incorrect because line charts are typically used for time-series data, not categorical data (bar charts are more appropriate for categorical data). Option D is incorrect because bar charts display categorical data with discrete categories, while histograms display the distribution of continuous numerical data by grouping values into bins. The community discussion shows 100% consensus on C, with users noting the other options are clearly incorrect.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following statements about visualizations is correct?
A
All visualizations must use the same data in order to be included in the same Databricks SQL dashboard.
B
Line charts are the preferred visualization type for categorical data.
C
Different visualizations can be used to tell different stories about the data.
D
There is no difference between the bar chart and a histogram in Databricks SQL.
No comments yet.