QuestionQ29

Working with Dashboards and Visualizations in Databricks

A data analyst has opened the SQL Editor page and written a new SQL statement. The data analyst now wants to save the statement so it can be easily referenced later and added to a dashboard. The SQL statement's results must be displayable as a counter, table, or data visualization.

Which approach should the data analyst use to complete this task?

  • A Save the SQL statement as a Dashboard
  • B Save the SQL statement within a Notebook
  • C Save the SQL statement as a Query
  • D Save the SQL statement in the Query History page
Explanation

A query is the reusable saved SQL asset in Databricks SQL. It can be run to produce a result set, configured with visualizations such as counters and tables, and its query and visualization can be added to a dashboard.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!