find out the third highest salary?

Answer Posted / punit chauhan

select * from emp where sal<(select max(sal) from emp
where sal<(select max(sal) from emp))


punit chauhan
iMS NOIDA
doing MCA

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the major difference between truncate and delete?

515


How do I call oracle stored procedures that take no parameters?

562


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1502


What is an oracle user account?

575


Explain constraining triggers.

593






How would you change old and new values in an insert, delete and update triggers?

538


What are the differences between char and nchar in oracle?

593


Is a rollback possible to any savepoint?

556


Where do we use decode and case statements?

557


 How to use an oracle sequence generator in a mapping?

565


How to write text literals in oracle?

606


What are the arithmetic operations?

578


Is insert autocommit in oracle?

601


Explain the use of compress option in exp command.

546


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

1364