Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When working with a Databricks notebook in Python, what is the method to temporarily switch to SQL for a specific visualization task?
A
Rewrite the Python code in SQL and execute it in a new Python cell.
B
Export the data to a SQL database and start a new SQL notebook.
C
Change the entire notebook to SQL mode via the notebook settings.
D
Utilize the %sql magic command in a new cell where SQL is needed.