how will you get 21 to 30 record from 50 records?

Answers were Sorted based on User's Feedback



how will you get 21 to 30 record from 50 records?..

Answer / srikanth

select * from table where rownum<=30

minus

select * from table where rownum<=21;

Is This Answer Correct ?    13 Yes 2 No

how will you get 21 to 30 record from 50 records?..

Answer / nilesh

Other than the above ans:

Using sequence generator, expression and filter
transformation
OR

Using mapping variable initialised to zero, expression and
filter transformation.

Is This Answer Correct ?    8 Yes 0 No

how will you get 21 to 30 record from 50 records?..

Answer / test

use rownum in Source Qualifier if the specified target is
an Oracle DB

Is This Answer Correct ?    6 Yes 1 No

how will you get 21 to 30 record from 50 records?..

Answer / rkumar.etl

if you want to process using unix/linux...we can use head
and tail logic to get the records from 21 to 30.

and in informatica we can use rank transformation twice to
get the required results.

Is This Answer Correct ?    2 Yes 0 No

how will you get 21 to 30 record from 50 records?..

Answer / koti

sq generator, filter transformations. write the condition
in filter transformation as select columns from table where
sno>21 and sno<30...

Is This Answer Correct ?    2 Yes 1 No

how will you get 21 to 30 record from 50 records?..

Answer / giri

Very simple
Using sequent generator then Filter transformation

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Informatica Interview Questions

wht target override?wht advantages it has compare to target update?

2 Answers   Polaris,


Roles and Responsibilties of Informatica Production Support Member?

6 Answers  


what is metadata?

8 Answers   Satyam,


What is the status code?

1 Answers  


followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200

2 Answers   Oracle,


Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.

0 Answers  


Mention few advantages of router transformation over filter transformation.

1 Answers  


What is an aggregator transformation?

1 Answers  


How can u insert o ne row in the target if that row does not exists in the target and update if it exists

6 Answers   Accenture,


Enterprise data warehouse your projects phase by phase explain?

1 Answers   Cap Gemini,


how to load duplicate row in a target

4 Answers  


What is depict expression change?

1 Answers  


Categories