What is union transformation?
No Answer is Posted For this Question
Be the First to Post Answer
In target table how to display the system time
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000
How do you update the records with or without using update strategy?
Update strategy transformation is an active transformation.How it changes the number of records that pass through it? Please explain....
In Which scenario did u used Incremental loading?
What is difference between a gateway node and worker node?
what is SDLC way of code development?
If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?
What are the reusable transformations?
Hi all, i am new to this site and new to Informatica too. I have few questions regarding that. 1) When we load flat files into target tables how do we identify duplicates? and where do load the duplicate records for further reference? 2) How do we do chage data capture? Is this Slowly changing Dimension technique? Thanks in Advance
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
Explain the informatica workflow?