What is the difference between E-R modelling and Dimendional modelling? and what are semi additive facts?

Showing Answers 1 - 12 of 12 Answers

ER modeling:
  - focused how data will be efficient for processing (insert, update, delete)
  - Minimalize (limit to zero) data redundancies

Dimensional:
  - focused how data will be efficient for retrieving
    (example, by report and analysis tools).
  - many data redundancies
  - Consist of Fact and Dimension table

  Was this answer useful?  Yes

jgd.ramesh

  • Aug 15th, 2007
 

E-R modelling is entity relation between two table.
Dimension modelling is contain three table Aggregate, Fact table, Dimension table

  Was this answer useful?  Yes

njvijay

  • May 12th, 2008
 

//Semi additive facts//

Whenever possible the facts or measure in the fact table should be chosen as perfectly additive. However some measure of intensity is not perfectly additive across all of the dimensions.

Thus some measures in the fact table is additive across atleast one dimension but not all of the dimensions so called semi additive or partially additive facts.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions