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.
The Answer Is:
C
This question includes an explanation.
Explanation:
Option C is correct. Different visualization types are used to communicate different insights. For example, a bar chart may compare categories, a line chart may show change over time, and a table may show detailed records. Databricks dashboard documentation confirms that dashboard visualizations can select datasets, choose visualization types, and define x-axis and y-axis fields. The official exam guide also includes identifying the effective visualization type to communicate insights clearly. Option A is false because dashboard visualizations can be configured independently. Option B is false because categorical data is commonly shown with bar charts, not line charts. Option D is false because bar charts and histograms serve different analytical purposes. References: Databricks dashboard visualization documentation and Data Analyst Associate Exam Guide.