how to findout the 100th maximum salary

Answer Posted / murali

select salary from (select salary from table order by salary
desc) v where rownum<=100

Is This Answer Correct ?    8 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parts of a sql statement?

765


What is the maximum number of rows in sql table?

743


What are % type and % rowtype?

778


What is asqueryable?

712


what is offset-fetch filter in tsql? : Transact sql

715






how can you create an empty table from an existing table? : Sql dba

858


what is a record in a database ? : Sql dba

762


What does cursor do in sql?

714


How is data stored in sql?

728


What are expressions?

756


How do I clear the screen in sql plus?

756


What is data types in sql?

705


How many sql statements are used? Define them.

776


Mention what does the hierarchical profiler does?

733


Are stored procedures faster than queries?

697