how to findout the 100th maximum salary

Answer Posted / gani

SELECT sal FROM table_name
ORDER BY sal DESC
LIMIT(99,1);

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How bulk collect improves performance?

568


Can there be more than one function with a similar name in a pl/sql block?

539


How would you reference column values before and after you have inserted and deleted triggers?

618


Does truncate table reset auto increment?

524


What does where 1 1 mean in sql?

537






How to handle bulk data?

889


What is prepared statement in sql?

541


What are character functions?

623


what is datawarehouse? : Sql dba

563


What are the advantages of pl sql?

596


Is it possible to link two groups inside a cross products after the cross products group has been created?

587


what is table? : Sql dba

570


How do I clear the screen in sql plus?

544


What is a relationship and what are they?

576


how many sql dml commands are supported by 'mysql'? : Sql dba

566