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

Answer Posted / avnish srivastava-test engg fc

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

Is This Answer Correct ?    10 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get the Installed Oracle Version Information ?

612


How to check your oracle database 10g xe installation?

575


How data locks are respected in oracle?

568


How to loop through a cursor variable?

561


How to convert character types to numeric types?

568






What do you know about normalization? Explain in detail?

495


What do database buffers contain?

557


How do I connect to oracle?

557


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1801


How to use group functions in the select clause using oracle?

587


Explain the use of tables option in exp command.

585


What is object data modeling?

497


What is varray?

580


How to change system global area (sga) in oracle?

566


What is the quickest way to export a table to a flat file?

566