find out the second highest salary?
Answer Posted / premsagar12
select max(sal) from emp where sal<(select max(sal) from emp);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can a formula column be obtained through a select statement ?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What happens if variable names collide with table/column names?
Can you create a synonym without having a table?
List the parts of a database trigger.
What is the database name in oracle?
How to create a testing table in oracle?
What are the different types of failures that occur in Oracle database?
How to return top 5 rows in oracle?
What is a procedure in oracle?
How to revoke create session privilege from a user in oracle?
Difference between pre-select and pre-query
Difference between oracle's plus (+) notation and ansi join notation?
How to see free space of each tablespace?
How can we find out the duplicate values in an oracle table?