Databricks Certified Data Engineer Associate — Question 50
Which statement regarding the relationship between Silver tables and Bronze tables is always true?
Answer options
- A. Silver tables contain a less refined, less clean view of data than Bronze data.
- B. Silver tables contain aggregates while Bronze data is unaggregated.
- C. Silver tables contain more data than Bronze tables.
- D. Silver tables contain less data than Bronze tables.
Correct answer: D
Explanation
The correct answer is D because Silver tables are typically designed to provide a more refined and summarized view of data, which means they will contain less raw data than Bronze tables. Options A, B, and C are incorrect as they misrepresent the nature of the data contained within Silver and Bronze tables.