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
Is it possible to insert comments into sql statements return in the data model editor ?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What are a collation and state the different types of collation sensitivity?
What is tns service name?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What is the difference between pre-select and pre-query?
What are the advantages of oracle?
How to revoke create session privilege from a user in oracle?
What are joins, explain all types of joins?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
How many types of auditing in Oracle?
Is oracle a language?
How to define and use table alias names in oracle?
How to use select statement to count the number of rows in oracle?
How to create a stored procedure in oracle?