Valid Databricks-Certified-Data-Analyst-Associate Dumps shared by ExamDiscuss.com for Helping Passing Databricks-Certified-Data-Analyst-Associate Exam! ExamDiscuss.com now offer the newest Databricks-Certified-Data-Analyst-Associate exam dumps, the ExamDiscuss.com Databricks-Certified-Data-Analyst-Associate exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Databricks-Certified-Data-Analyst-Associate dumps with Test Engine here:
A data analyst creates a Databricks SQL Query where the result set has the following schema: region STRING number_of_customer INT When the analyst clicks on the "Add visualization" button on the SQL Editor page, which of the following types of visualizations will be selected by default?
Correct Answer: C
According to the Databricks SQL documentation, when a data analyst clicks on the "Add visualization" button on the SQL Editor page, the default visualization type is Bar Chart. This is because the result set has two columns: one of type STRING and one of type INT. The Bar Chart visualization automatically assigns the STRING column to the X-axis and the INT column to the Y-axis. The Bar Chart visualization is suitable for showing the distribution of a numeric variable across different categories. Reference: Visualization in Databricks SQL, Visualization types