how to find the second highest salary from emp table?

Answer Posted / pradeep

select sal from emp
where rownum=2
order by sal desc

Is This Answer Correct ?    10 Yes 50 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does (*) mean in sql?

525


How is indexing done in search engines?

527


describe transaction-safe table types in mysql : sql dba

500


How many disk partitions should I have?

545


what are sequences

1088






How do I restart sql?

519


What are the benefits of pl sql?

521


What is cursor status?

761


Which command is used to delete a trigger?

768


Which certification is best for sql?

533


How to run pl/sql statements in sql*plus?

585


What is clause in sql?

577


How do I find sql profiler?

509


Is sql procedural language?

548


What is rowtype?

562