find out the second highest salary?
Answer Posted / ishrat ali
select max(salary) from employee where salary<(select max(salary) from employee);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is set verify off in oracle?
How to use subqueries in the from clause in oracle?
What is the dynamic sql in oracle?
How to get execution statistics reports on query statements?
Difference between varchar and varchar2 data types?
Can we store images in oracle database?
How to do clean up if create database failed?
What is sharded cluster?
What are transaction isolation levels supported by oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
What are ddl statements in oracle?
How to create a stored procedure in oracle?
how to handle exceptions in post production
What is Trigger in Oracle?
What is the string concatenation operator in oracle?