CERTIFIED-DATA-ANALYST-ASSOCIATE · Question #60
Where in the Databricks SQL workspace can a data analyst configure a refresh schedule for a query when the query is not attached to a dashboard or alert?
The correct answer is C. The Query Editor. In Databricks SQL, the Query Editor (option C) is the correct location because it provides a dedicated Schedule option in the query's settings panel, allowing analysts to set automatic refresh intervals directly on the query itself - independent of any dashboard or alert…
Question
Where in the Databricks SQL workspace can a data analyst configure a refresh schedule for a query when the query is not attached to a dashboard or alert?
Options
- AData Explorer
- BThe Visualization editor
- CThe Query Editor
- DThe Dashboard Editor
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C79% (15)
- D11% (2)
Explanation
In Databricks SQL, the Query Editor (option C) is the correct location because it provides a dedicated Schedule option in the query's settings panel, allowing analysts to set automatic refresh intervals directly on the query itself - independent of any dashboard or alert attachment.
Why the distractors are wrong:
- A (Data Explorer): Used for browsing databases, tables, and schemas - it has no query scheduling functionality.
- B (Visualization Editor): A sub-panel within the Query Editor for configuring chart types and display settings; it has no scheduling controls.
- D (Dashboard Editor): Dashboards do have refresh schedules, but that schedules the dashboard, not an individual standalone query. This option only applies when the query is attached to a dashboard.
Memory tip: Think "the query lives in the Query Editor, so its schedule lives there too." If there's no dashboard in the picture, go back to where the query was born - the Query Editor.
Community Discussion
No community discussion yet for this question.