How to Remove the 3rd highest salary person record from
table?
Answer Posted / basanti
delete from employee where salary(select salary from(select
distinct (salary) from employee where salary is NOT NULL
order by salary desc) where rownum=n);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Write a syntax for update query in oracle?
Explain the difference between a procedure and a function? What do you understand by those terms?
How to unlock the sample user account in oracle?
What are the differences between char and varchar2 in oracle?
How to get a list of all background sessions in the database?
Compare and contrast between sql and sql server and explain its various functions?
Describe the types of sub query?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
How to delete a user account in oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
How to select some columns from a table in oracle?
How can we find out the current date and time in oracle?
What are the differences between number and binary_float in oracle?
What is meant by joins? List out the types of joins.
What is the difference between $oracle_base and $oracle_home?