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

Answer Posted / raka

SQL:
SELECT id, salary from <table name> where rownum <= 10
ORDER BY salary DESC;

Is This Answer Correct ?    17 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dynamic cache?

614


What do you mean by DTM and Load manager and what is difference between load manager and load balancer?

640


i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance

1679


Explain sql transformation in script mode examples in informatica

605


Explain the aggregator transformation?

630






What are the limitations of joiner transformation?

655


What do you mean by enterprise data warehousing?

646


How to load last n records of file into target table - informatica

598


Quickly characterize reusable change?

693


Have you worked with/created Parameter file

1226


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1753


What is a sorter transformation?

661


What is the benefit of partitioning a session?

631


What is a stored procedure transformation?

611


What does role playing dimension mean?

630