-
-
-
-
-
-
-
-
-
What is the main FUNCTIONAL difference between ROLAP,MOLAP,HOLAP?
(NOT AS A RELATIONAL,MULTI, HYBRID?)
-
-
-
-
-
-
What is Normalization, First Normal Form, Second Normal Form , Third Normal Form
Answer posted by Badri Santhosh on 2005-05-18 09:40:29: Normalization : The process of decomposing tables to eliminate data redundancy is called Normalization. 1N.F:- The table should caontain scalar or atomic values. 2 N.F:- Table should be in 1N.F + No partial functional dependencies 3 N.F :-Table should be in 2 N.F + No transitive dependencies
-
-
-
Differences between star and snowflake schemas
Answered by sudhakar on 2005-05-09 18:32:18: star schema uses denormalized dimension tables,but in case of snowflake schema it uses normalized dimensions to avoid redundancy...
-
-
Data Warehousing Basics
Ans