
Answer-first summary for fast verification
Answer: It can be used to view metadata and data, as well as view/change permissions.
The correct answer is B because Data Explorer in Databricks SQL is specifically designed for viewing metadata and data, as well as managing permissions on tables and views. It does not support running UPDATE queries (A), as it's primarily a browsing and management tool, not a data manipulation interface. It does not create dashboards (C) or visualizations (D)—those are functions of Databricks SQL Dashboards. While Databricks SQL can connect to third-party BI tools (E), this is not a feature of Data Explorer itself. The community discussion shows 100% consensus on B, with upvoted comments confirming this answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following Databricks SQL benefits are delivered by Data Explorer?
A
It can be used to run UPDATE queries to update any tables in a database.
B
It can be used to view metadata and data, as well as view/change permissions.
C
It can be used to produce dashboards that allow data exploration.
D
It can be used to make visualizations that can be shared with stakeholders.
E
It can be used to connect to third party BI cools.
No comments yet.