Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What accurately describes the difference between the SCHEMA and DATABASE keywords in Databricks?
SCHEMA
DATABASE
A
The DATABASE keyword is supported in Databricks whereas the SCHEMA keyword is not.
B
Using the DATABASE keyword will enable a Delta log for the database, whereas using the SCHEMA keyword will not.
C
In Databricks, DATABASE and SCHEMA are interchangeable keywords that both create a schema (namespace) containing tables, views, functions, and volumes.
D
A schema is a collection of databases.
E
Both B and D.