Explain the difference between a data warehouse and a data mart?
No Answer is Posted For this Question
Be the First to Post Answer
How to load the data from people soft hrm to people soft erm using informatica?
create a mapping to retrieve the employees who are getting salary greater than average salary?
how can import the data from the flat files?
What are set operators in Oracle
Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.
Is there any way to read the ms excel datas directly into informatica?
Explain what is informatica metadata and where is it stored?
Explain pushdown optimization and types in informatica
What is junk dimention?
Briefly describe lookup transformation?
How you count the number of records available at your source?
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000 can anybady help me to achieve the aboue result by using informatica. thanks in advance.