Databricks Certified Data Engineer Associate — Question 3

Which of the following describes the storage organization of a Delta table?

Answer options

Correct answer: C

Explanation

The correct answer is C because Delta tables are indeed structured as a collection of files that hold data, history, metadata, and other attributes, which allows for efficient data management and versioning. Options A, B, D, and E incorrectly describe Delta tables as being contained within a single file or lacking necessary components like history and metadata.