Find out the 3rd highest salary?
Answer Posted / durgashivashankar
select min(sal) from (Select rownum,sal FROM emp> Order
by sal desc)
where rownum<=3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is cascade in sql?
what is sql? : Sql dba
What is the use of count (*) in sql?
Is postgresql a server?
How do I remove sql plus from windows 10?
Where is sql database stored?
What is pivot table in sql?
What is count * in sql?
What are different categories of sql commands?
Explain some predefined exceptions.
Which table is left in join?
What is a composite primary key?
How do I view tables in mysql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What are inbuilt functions in sql?