In a table, 4 person having same salary. How to get Third
person record only?
Answer Posted / krishnakanth.ch
It can be retrieved with a simple subquery.
For example, I create a table sal with id,sal
id sal
-------
11 1000
22 1000
33 1000
44 1000
to retrieve the third column with the same salary
use the below query:
select id,sal from (select id,sal,rownum r from sal)
where r=3;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
complex mapping ur project u r invlve can u explain and give real time example give me ?
Explain the types of lookup transformation?
How to extract sap data using informatica?
Implementation methodology
What is domain and gateway node?
What is rank transformation in informatica
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What are mapplets? How is it different from a Reusable Transformation?
Briefly describe lookup transformation?
what are factless facts? And in which scenario will you use such kinds of fact tables.
How might you approve all mappings in the archive all the while?
What is an expression transformation in informatica?
What is sorter transformation?
waht type of interface is used for testing the data in informatica
draw informatica architecture 8.6 ?