find out the second highest salary?
Answer Posted / hiten
select max(sal) from emp where sal not in(select max(sal)
from emp);
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
How to export your connection information to a file?
How to assign values to variables?
What are the uses of synonyms?
How can we find out the current date and time in oracle?
How to assign data of the deleted row to variables?
What is blob data type in oracle?
Can multiple columns be used in group by in oracle?
Explain oracle left join with an example?
How do I recompile a procedure in oracle?
What is an external table?
What is the usage of save points in oracle database?
What is the data type of dual table?
Explain about the analyze command in oracle?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is Trigger in Oracle?