What do think which one is the better joiner or look up?
No Answer is Posted For this Question
Be the First to Post Answer
Explain sessions. Explain how batches are used to combine executions?
How can you recover the session in sequential batches?
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000
Define mapping and session?
What is the difference between Power Centre and Power Mart?
How can we reset Sequence Generator, when we move objects from Dev Environment to QA env?
What are the mapping parameters and mapping variables?
How to load the source table into flat file target(with columns) in informatica?
What is the difference between writing a joiner query in ANSI style and THETA style?
If I have router with 10 records, if the condition doesn’t satisfy the records will pass to the default group,then where can we see that records and where that records will store?
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?
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