DA0-001 · Question #456
Which of the following best describes the granularity of a table?
The correct answer is B. Detail level. Granularity refers to the level of detail at which data is stored in a table - specifically, what each row represents. High granularity means data is at a fine, detailed level (e.g., individual transactions). Low granularity means data is aggregated or summarized (e.g., monthly…
Question
Which of the following best describes the granularity of a table?
Options
- ARollup
- BDetail level
- CTime slice
- DGrouping
How the community answered
(42 responses)- B93% (39)
- C2% (1)
- D5% (2)
Explanation
Granularity refers to the level of detail at which data is stored in a table - specifically, what each row represents. High granularity means data is at a fine, detailed level (e.g., individual transactions). Low granularity means data is aggregated or summarized (e.g., monthly totals). Rollup is an aggregation operation that reduces granularity. Time slice refers to a specific time-based filter or snapshot. Grouping is a query operation, not a structural property of a table.
Topics
Community Discussion
No community discussion yet for this question.