when we use lookup,if have 5 records,if i dont need 1st and
2nd records..what will be the procedure to achieve by using
lookup?/

Answers were Sorted based on User's Feedback



when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure..

Answer / rk

use lookup override as

select *from emp minus select *from emp where rownum<=2

Is This Answer Correct ?    18 Yes 1 No

when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure..

Answer / rambabu

Hi gurpreet, we cant use > simble with romnum,
the answer given by RK is obsolutly correct

Is This Answer Correct ?    4 Yes 0 No

when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure..

Answer / sujana

create a flatfile for 1st and 2nd records...keep lukup on dis table..if condition doesnt match it inserts the record (use not equal operator in condition)..

crct me if im wrong

Is This Answer Correct ?    1 Yes 0 No

when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure..

Answer / jack

Lookup SQL override will help you to achieve this

Is This Answer Correct ?    1 Yes 0 No

when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure..

Answer / gurpreet

select from emp where rownum> 2;
se this in sql override

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Informatica Interview Questions

What are the prerequisite tasks to achieve the session partition?

0 Answers  


Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?

0 Answers  


What is a node in Informatica?

0 Answers  


can we use self join in informaitca?

3 Answers   IBM,


If we have lookup table in workflow how do you trouble shhot to increase performance?

2 Answers  






How many mapplets u have created? and what is the logic used

5 Answers   Mind Tree,


how can import the data from the flat files?

2 Answers  


Is stop and abort are same in informatica?

0 Answers  


how can we update without using update transformation. wt is push down operation in informatica. which lookup gives more tuning performance. if so why.

6 Answers   CTS, Symphony,


How to create or import flat file definition in to the warehouse designer?

0 Answers   Informatica,


how to convert 101 raja 101 raja sekar reddy 101 sekar----------> 101 reddy

2 Answers  


How does a rank transform differ from aggregator transform functions max and min?

0 Answers  


Categories