what is the difference between aggregate table and fact
table ? how do you load these two tables ?

Answer Posted / harshad

A fact table typically has two types of columns: those that
contain numeric facts (often called measurements), and
those that are foreign keys to dimension tables. A fact
table contains either detail-level facts or facts that have
been aggregated. Fact tables that contain aggregated facts
are often called summary tables or aggregated fact. A fact
table usually contains facts with the same level of
aggregation. Though most facts are additive, they can also
be semi-additive or non-additive. Additive facts can be
aggregated by simple arithmetical addition. A common
example of this is sales. Non-additive facts cannot be
added at all. An example of this is averages. Semi-additive
facts can be aggregated along some of the dimensions and
not along others. An example of this is inventory levels,
where you cannot tell what a level means simply by looking
at it.

Is This Answer Correct ?    52 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest version of power center / power mart?

715


How to handle multi value dimensions?

1947


What is the difference between ods and oltp?

736


What is the data type of the surrogate key?

704


What is surrogate key? Where we use it? Explain with examples.

728






What are the different types of fact tables used in data warehousing?

744


Explain the definition of normalized and denormalized view and what are the differences between them?

682


If two relational tables are connected to sq trans, what are the possible errors it will be thrown?

688


What are the different models used in cluster analysis?

678


what are the all possible features supported modify stage?

1794


How we are using this function?

759


How to design file watch jobs?

723


What is drill-through?

723


Explain how are the dimension tables designed?

740


"A dimension table is wide but the fact table is deep," explain the statement in your own words.

1042