How to list Top 10 salary, without using Rank Transmission?

Answer Posted / rakhee

No need to use any transformation.
Double click on SQ emp
go to property
click on SQL query
browse it

write query
SELECT EMP.EMPNO, EMP.ENAME, EMP.JOB, EMP.MGR, EMP.HIREDATE, EMP.SAL, EMP.COMM, EMP.DEPTNO
FROM
EMP
WHERE
ROWNUM<=10
ORDER BY SAL DESC

validate it
OK

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can informatica load heterogeneous targets from heterogeneous sources?

703


On which transformations you created partitions in your project?

765


Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?

1459


without table how to come first record only in oracle?

1866


How identifying bottlenecks in various components of informatica and resolving them?

593






Write the unconnected lookup syntax?

668


difference between repository database and repository service?

632


Sequence generator, when you move from develoment to production how will you reset

1424


Briefly explain the aggregator transformation?

610


scenario where i can use only concurrent execution of workflow.

2562


hi,this is satheesh working as pl/sql resource in MNC.i just wanna switch to informatica.Could you please let me know what is the best way to learn informatica.what are the best coaching centres available in chennai?Is there any coaching centre will give me a real time experience? informatica

1656


How can you increase the performance in joiner transformation?

717


Mention a few design and development best practices for informatica?

573


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

657


generate date / time dimension in informatica

731