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
What is the maplet?
Informatica Checkpoints
what are 3 tech challenges/ common issues you face?
Name the different lookup cache(s)?
Explain scd type 3 through mapping.
What is session task and command task?
What is informatica powercenter repository?
What is the Rank index port in Rank transformation?
Is there any way to read the ms excel datas directly into informatica?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What is a shortcut and copy in Informatica and how two are different with each other?
Is it possible to revert a global repository to local one and why?
Do you find any difficulty while working with flat files as source and target?
Design a mapping to load a target table with the following values from the above source?
Explain constraint based loading in informatica