
Explanation:
Delta Lake tables primarily store data in the Parquet file format. Delta Lake adds a transactional layer on top of the Parquet files to support ACID transactions and additional features like versioning and time travel.
Ultimate access to all questions.
Delta Lake, which is an open-source storage layer that brings reliability to data lakes, primarily stores data in a specific file format. Considering the different file formats available for data storage, indicate the file format in which data from Delta Lake tables is primarily stored.
A
Delta
B
CSV
C
Parquet
D
JSON
E
A proprietary, optimized format specific to Databricks
No comments yet.