Explain fundamentals of Data ware housing & OLAP?
Answers were Sorted based on User's Feedback
Answer / kamal
OLAP
>Online Analytical Processing (OLAP) is a popular and
powerful data analytical method.
>It explores the complex data structure and presents the
information
OLAP functionality is:
• Multidimensional -- OLAP services provide a wide
variety of possible views or a multidimensional conceptual
view of the data by supporting a dimensional aggregation
path or hierarchies and/or multiple hierarchies.
• Easy to understand -- The data mart designed for
OLAP analysis should handle any business logic and
statistical analysis that is relevant to the application
and the developer, while at the same time, keeps it easy
enough for the target user.
• Interactive -- OLAP helps the user combine business
information through comparative,. The users are allowed to
define new ad hoc calculations as part of the analysis and
can report on the data in any desired way.
• Fast -- OLAP services are usually implemented in a
multi-user client/server mode and offer consistently rapid
responses to queries, regardless of database size and
complexity.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / radhakrishnan vaithilingam
Dw:historical data for related application and this is
support to decision making system.
Eg: sales manager check the total sale details for all
loaction. every location using seperate database. so we
need to merge all data in one database.
- we can use star schema or snowflake shema
OLAP : online analtical processing.
Is This Answer Correct ? | 2 Yes | 0 No |
Why can there be only one clustered index and not more than one?
What is a cursor, index in sql?
write query for fourth maximum salary from employee table
14 Answers Mind Tree, SP Software,
what is the difference between a primary key and a unique key? : Sql server database administration
What is the concept of optimization?
What are different types of subquery?
how to determine the service pack currently installed on sql server? : Sql server database administration
Why do you want to join software field as you have done your BE in Electronics?
What is Files and Filegroups in SQL Server & it's implementation.
What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>
diffrence between Cluster Index and non Cluster Index
What is the difference between ddl and dml?