find out the third highest salary?
Answer Posted / neha
select max(sal) from emp where sal <(select max(sal)from emp
where sal<(select max(sal) from emp));
| Is This Answer Correct ? | 103 Yes | 31 No |
Post New Answer View All Answers
What is object data modeling?
How to fetch the row which has the max value for a column?
What is open database communication (odbc) in oracle?
How to retrieve data from an cursor to a record?
how to handle exceptions in post production
Explain index?
What are joins, explain all types of joins?
How to manage transaction isolation level?
How to write numeric literals in oracle?
Briefly explain what is literal? Give an example where it can be used?
How to test null values?
What is a package in oracle?
What is a synonym? What are its various types?
What are advantages of dateset in datastage?
How to define an anonymous block?