how to load rows into fact table in data warehouse
No Answer is Posted For this Question
Be the First to Post Answer
what is the architecture of any Data warehousing project?
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
How to enter same record twice in the target table,explain?
Can we create two repositories on same database instance in oracle?
how to run workflow in unix?
5 Answers Colgate, HP, Tech Mahindra,
What is incremental aggregation?
Load data to multiple targets according date. When First time session runs it should send to 1st target,second time session runs then send to 2nd target and goes on how to achieve it
what is incremental data aggregation?
Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400
COM components can be used in Informatica
What are the types of maping in Getting Started Wizard?
In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?