find out the third highest salary?
Answer Posted / mamta
select rownum as maxsal,sal
from (select sal from emp order by sal desc)
where rownum <4
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is an anonymous block?
Explain oracle 12c new features for developers?
Explain coalesce function?
Explain a segment?
what is dynamic SGA and static SGA
Explain oracle instance.
What is MTTR advisor in Oracle?
What is a cursor variable?
How to list all indexes in your schema?
What is a private synonym?
What is a relational database management system?
Is there a combination of "like" and "in" in sql?
How to start an oracle instance?
How to convert csv to table in oracle?
How to open a cursor variable?