How to Remove the 3rd highest salary person record from
table?
Answer Posted / jainish
select max(salary)from employees
where
salary < (select max(salary)from employees where
salary < (select max(salary) from employees))
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the difference between I and G in Oracle?
How to turn on or off recycle bin for the session?
What is a oracle database?
What is partitioned table in Oracle?
What is dynamic proxy?
When do we use group by clause in a sql query?
Why do we use bulk collect in oracle?
Oracle
What is an oracle data file?
Explain an exception and its types?
What is the difference between sharding and replication?
Is oracle a programming language?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What do you mean by a database transaction & what all tcl statements are available in oracle?
What is the string concatenation operator in oracle?