Databricks Certified Data Engineer Associate — Question 43
Which of the following statements 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 a more refined and cleaner view of data than Bronze tables.
- E. Silver tables contain less data than Bronze tables.
Correct answer: D
Explanation
The correct answer is D because Silver tables are designed to present a more polished and organized view of the data, building upon the raw data found in Bronze tables. Options A, B, C, and E are incorrect as they suggest that Silver tables are less refined or contain less data, which contradicts the purpose of the Silver tables in data processing.