In a table, 4 person having same salary. How to get Third
person record only?

Answer Posted / mr.lee

id sal

101 1000

102 1000

103 1000

104 1000

Select Rn, id, Sal, From (
Select Rownum Rn, id ,Sal From Emp)
Where Rn = 3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rank transformation in informatica

701


How you prepared reports for OLAP?

1165


What does cheating measurement mean?

608


How to use pmcmd utility command?

595


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1633






What is workflow? What are the components of the workflow manager?

652


What is lookup change?

626


What is Session and Batches?

672


Explain incremental aggregation in informatica

661


I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.

1116


What is target designer and target load order?

669


Why do we need informatica?

565


How can you increase the performance in joiner transformation?

717


Define mapplet?

634


What is mapping debugger?

577