Two Default User groups created in the repository are ____ and ______
Answers were Sorted based on User's Feedback
how will you remove the duplicate records from flat file without using sorter?
what are the reusable tasks in informatica ?
11 Answers CTS, HP, IBM, TCS,
WAT IS TEXT LOAD?
In aggregator if u enable sorted input what will be the output and disable sorted wt is output
The question was on time stamp. what is the difference between HH and HH24 when to use when.
What are the types of caches in lookup?
Differentiate between mapping parameter and mapping variable?
A Main workflow "wkf_Main" has multiple sessions (S1, S2...., can I make changes and promte one session (S5) at any time or have to promote whole Workflow "wkf_Main" every time?
Suppose i have 10000 records.First time i have to load 1 to 1000 records and second run i have load 1000 to 2000 records and third load i have to load 2000 to 3000 rows .How will achieve
If there are more than one sessions running parallel in a worklet, which will be the last session ?
scd methodology?
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.