Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How are Delta tables stored in Databricks?
A
A Directory where parquet data files are stored, all of the metadata is stored in parquet files
B
A Directory where parquet data files are stored, all of the meta data is stored in memory
C
A Directory where parquet data files are stored, a sub directory _delta_log where meta data, and the transaction log is stored as JSON files.
D
Data is stored in Data plane and Metadata and delta log are stored in control pane
E
A Directory where parquet data files are stored in Data plane, a sub directory _delta_log where meta data, history and log is stored in control pane.