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

Answer Posted / chandu

select distinct a.sal from emp a where 10>=(select
count(distinct b.sal from emp b where a.sal<=b.sal)order by
a.sal desc

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of session partitioning?

601


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

1843


Under what condition selecting sorted input in aggregator may fail the session?

667


Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar

2286


Explain the informatica workflow?

591






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

693


What is the difference between writing a joiner query in ANSI style and THETA style?

1925


Tell me about MD5 functions in informatica

529


How would you copy the content of one repository to another repository?

561


What does cheating measurement mean?

601


How we can use union transformation?

612


What is the scenario which compels informatica server to reject files?

608


What is a filter transformation and why it is an active one?

564


What is a dimensional model?

584


What are the popular informatica products?

653