Which of the following statements regarding the relationship between Silver tables and Bronze tables is always true?
- ASilver tables contain a less refined, less clean view of data than Bronze data.
- BSilver tables contain aggregates while Bronze data is unaggregated.
- CSilver tables contain more data than Bronze tables.
- DSilver tables contain a more refined and cleaner view of data than Bronze tables. (correct answer)
- ESilver tables contain less data than Bronze tables.
Reveal answer & explanationHide answer
The correct answer is D. Option D: Silver tables contain a more refined and cleaner view of data than Bronze tables.
Explanation
The bronze layer preserves raw ingested data for replay, auditing, and downstream refinement. The silver layer contains validated, deduplicated, and conformed data suitable for downstream analysis.
