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
How to create a stored function in oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
Explain the dml?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How to assign values to data fields in record variables?
How to drop a tablespace?
What would you do with an in-doubt distributed transaction?
What is a partition in oracle?
Explain what are clusters?
What are the differences between char and varchar2 in oracle?
How do I find my oracle client driver version?
What is BBED in Oracle?
How to use an explicit cursor without open statements?
How to login to the server without an instance?
How to start instance with a minimal initialization parameter file?