What is the query to find nth highest salary?
What is the use of cursors?

Answer Posted / biswa

select distinct(e1.sal) from emp e1 where &n=(select count(distinct(e2.sal)) from emp e2 where e1.sal <=e2.sal)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of lookup transformation?

791


In how many ways we can create ports?

848


Explain the different lookup methods used in informatica?

740


What is data transformation manager process?

777


What is a node in Informatica?

770






What is informatica etl tool?

691


Explian the Process of deployment groups in informatica

774


What is the cumulative sum and moving sum?

912


Difference between Data and Index Caches?

825


where to store informatica rejected data? How to extract the informatica rejected data?

744


COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1

1684


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

1609


Design a mapping to load a target table with the following values from the above source?

1040


How can you increase the performance in joiner transformation?

872


What are mapplets? How is it different from a Reusable Transformation?

786