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
Explain the use of grant option in imp command.
How to rename an index?
What do you mean by cdb and pdb in oracle 12c?
How to start your 10g xe server from command line?
How to delete multiple rows from a table in oracle?
How many types of auditing in Oracle?
Compare and contrast between sql and sql server and explain its various functions?
How to drop a stored procedure in oracle?
Explain the use of inctype option in exp command.
Explain database link?
How to convert characters to numbers in oracle?
What is the purpose of save points in oracle database?
Why oracle is used?
How to write a query with a right outer join in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?