find out the third highest salary?
Answer Posted / mahesh
select * from emp where sal<(select max(sal) from emp
where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
How to delete a column in an existing table in oracle?
What is meant by joins?
Is rowid unique in oracle?
How to create a table in a specific tablespace?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What is the difference between translate and replace in oracle?
How many categories of data types in oracle?
How to use an explicit cursor without open statements?
definition of cluster and non-clustered index?
How to retrieve the count of updated rows?
How to convert csv to table in oracle?
How to Truncate Table in Oracle
What are the different windows events activated at runtime ?
What is transaction control statement and how many types of transaction control statement in Oracle?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?