
Explanation:
Databricks does not support interoperability between different languages in terms of variables declared in different languages. This means a variable declared in one language cannot be accessed through other languages. This question highlights the importance of understanding language-specific variable scopes within Databricks notebooks.
Ultimate access to all questions.
Which of the following statements accurately describes the interoperability between supported languages in Databricks notebooks?
A
Variables declared in Python can be used in cells with default language as Python, Scala or R.
B
Variables declared in one language cannot be accessed in the cells using any other language.
C
SQL variables are the only ones that can be used in cells having other languages.
D
Variables declared in one language can be used in all other languages as Databricks supports full interoperability.
E
Variables declared in the Python language cells can only be accessed in cells with default language as Python or Scala.
No comments yet.