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

What is resilience time?

749


How to improve the performance of a session using sorter transformation?

790


What is the fact table?

682


EXL informatica Questions

1034


What is target load order?

898






Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab

1735


how to create user defined function (udf) in informatica

890


How to update a particular record in target with out running whole workflow?

1242


How can we handle two sessions in informatica?

691


What will be the approach?

668


is it possible to index the data in cache of lkp transformation ?

1624


What do mean by local and global repository?

813


Is stop and abort are same in informatica?

657


While importing the relational source definition from the database, what are the metadata of source that will be imported?

909


what is the difference between informatica6.1 and infomatica7.1

1822