Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Explain how you can utilize multiple programming languages within a single Databricks notebook. Provide a detailed example where you might need to use Python for data manipulation and SQL for querying a database within the same notebook.
A
Use only one language per notebook.
B
Switch languages by restarting the kernel.
C
Use magic commands like %python and %sql to switch between languages.
D
Create separate notebooks for each language.