how to findout the 100th maximum salary

Answer Posted / ethayan

select salary from (select salary from sample where
rownum<11 order by salary desc) where rownum<2

Is This Answer Correct ?    3 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null operator in sql?

607


what is recursive stored procedure? : Sql dba

529


What pl/sql package consists of?

638


What is sql analyzer?

544


What are tables and fields in the database?

554






The select into statement is most often used to create backup copies of tables or for archiving records?

561


What are the types of optimization?

521


What is the current version of postgresql?

559


What is left inner join in sql?

519


how can we destroy the session, how can we unset the variable of a session? : Sql dba

553


Why trigger is used in sql?

532


What is the max nvarchar size?

520


What is an oracle stored procedure?

592


What is a ddl command?

536


What is loop in pl sql?

576