How to Remove the 3rd highest salary person record from
table?

Answer Posted / jainish

select max(salary)from employees
where
salary < (select max(salary)from employees where
salary < (select max(salary) from employees))

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens to the current transaction if the session is killed?

541


Which is better Oracle or MS SQL? Why?

3991


What are the different types of failures that occur in Oracle database?

607


What is dynamic proxy?

556


Can we store pictures in the database and if so, how it can be done?

601






How to create a new oracle data file?

567


What is key preserved table?

570


What is using clause and give example?

593


How to define an external table with a text file?

588


What is program global area (pga) in oracle?

611


How to connect asp pages to oracle servers?

581


If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?

1805


What is an external table?

592


What happens to the current transaction if a ddl statement is executed?

582


What is java oracle used for?

531