
Ultimate access to all questions.
Which of the following describes the relationship between Bronze tables and raw data?
A
Bronze tables contain less data than raw data files.
B
Bronze tables contain more truthful data than raw data.
C
Bronze tables contain aggregates while raw data is unaggregated.
D
Bronze tables contain a less refined view of data than raw data.
E
Bronze tables contain raw data with a schema applied.
Explanation:
Explanation:
In the Databricks Lakehouse architecture, Bronze tables represent the first layer of data processing. They contain raw data that has been ingested from source systems, but with a schema applied to provide structure and basic organization. This is different from:
The key characteristic of Bronze tables is that they preserve the raw data in its original form while adding schema enforcement, making the data queryable and organized while maintaining its original fidelity.