Find out the 3rd highest salary?
Answer Posted / sachin
select * from ( select * from (select * from emp order by
sal desc)
where rownum<=3
order by rownum desc)
where rownum=1
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is sql microsoft?
What is a dirty read sql?
What is partition in sql query?
Can you load data into multiple tables at once? : aql loader
What is function and procedure?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Explain sql data types?
how to escape special characters in sql statements? : Sql dba
What is rename in sql?
What is dba in sql? : SQL DBA
Mention what plvcmt and plvrb does in pl/sql?
what are the t string functions available in tsql? : Transact sql
What is loop in pl sql?
Is merge a dml statement?
What is over () in sql?