R を主要言語としてサポートするが、Scala と SQL もサポートする Azure Databricks で新しいノートブックを作成しています。 言語を切り替えるには、どのスイッチを使用する必要がありますか?
正解:B
Explanation/Reference: You can override the default language by specifying the language magic command %<language> at the beginning of a cell. The supported magic commands are: %python, %r, %scala, and %sql. Reference: https://docs.microsoft.com/en-us/azure/databricks/notebooks/notebooks-use