Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the method to execute both Python and SQL code within the same Databricks notebook?
A
By writing all code in Python and using API calls to execute SQL queries.
B
By using the %python and %sql magic commands at the beginning of each cell to specify the language.
C
By installing a special library that allows cross-language execution.
D
By configuring the notebook settings to enable multi-language support before execution.