Answer Posted / sarikaraj
microcube is logical description of bulk of data for
perticular report.so that data can be viewed diff ways, by
performing slice and dice or drilling....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain in detail about type 1?
Explain is there any default username & pwd for bo designer & supervisor?
In banking domain how many Fact tables,Dimension table are present?
What is the difference between datawarehousing and businessintelligence?
Explain how to execute the plsql procedure from the report by clicking with mouse?
Difference between b.o 5.1 and 6.1b?
Are data mart and dwh normalized or denormalized? Do both of them exist in the same tier?
Difference between zabo and webi?
Explain in detail about type 2(scd),
When to use local filter and when to use global filter?
What would you consider as your biggest achievement and why?
What is Indexing? how did u implement indexing?
What are the steps to be taken to schedule the report?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye