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

Answer Posted / krishna

delete from emp where sal >(select max(sal) from emp where
sal >(select max(sal) from emp where sal >(select max(sal)
from emp)));

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are temporal data types in oracle?

592


What is raw datatype in oracle?

573


Assuming that you are an End User How to find that in the payment Batch some of the Invoice was  Missing To pay How to find That??

1265


Is java required for oracle client?

542


What is Java Pool in Oracle?

596






What is the difference between truncate & delete command?

609


What is a snapshot in oracle database?

567


How to define a data source name (dsn) in odbc manager?

523


What happens if the update subquery returns multiple rows?

596


Is there a function to split a string in plsql?

564


What is the parameter mode that can be passed to a procedure?

566


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1501


hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.

1953


How to use windows user to connect to the server?

530


Explain the use of indexes option in exp command.

588