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 declare a local variable?

596


What is a oracle database?

608


Explain about integrity constraint?

606


1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.

1612


When system tablespace is created?

605






What is raw datatype in oracle?

583


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

2504


What do you understand by database schema and what does it hold?

597


Is there any function in oracle similar like group_concat of mysql?

540


How to get execution statistics reports on query statements?

572


What is a trace file and how is it created in oracle?

554


What is meant by recursive hints in oracle?

620


Explain the truncate in oracle?

549


What do you mean by cdb and pdb in oracle 12c?

641


Write a trigger example in oracle?

573