find out the third highest salary?
Answer Posted / ravindra
select max(sal) from emp where sal < (select max(sal) from emp where sal < (select max(sal) from emp));
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is oracle latest version?
How to speed up webrick?
How to change program global area (pga) in oracle?
Is there any function in oracle similar like group_concat of mysql?
How to drop an existing view in oracle?
How to create lov dynamically at runtime & attach to text field?
Which is better Oracle or MS SQL? Why?
What are joins, explain all types of joins?
Explain the difference between replace() and translate() functions in oracle?
Is postgres faster than oracle?
How to load data through external tables?
How to revoke create session privilege from a user in oracle?
How to shutdown your 10g xe server from command line?
Is oracle a programming language?
Name the three major set of files on disk that compose a database in Oracle?