1.

What do you understand by Granularity in a table?

Answer»

Granularity in a table represents the level of information stored in the table. High granularity of data means that data is at or near the transaction level, which has more detail. Low granularity means that data has low level of information.

A fact table is usually designed at a low level of Granularity. This means that we need to find the lowest level of information that can store in a fact table.

In date dimension the Granularity level could be year, month, quarter, period, week, and day.



Discussion

No Comment Found