how to find the second highest salary from emp table?
Answer Posted / subrat
SELECT MAX(Sal) FROM EMP WHERE Sal < (SELECT MAX(Sal) FROM EMP)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which join condition can be specified using on clause?
What is cross join sql?
What is the purpose of the partition table?
What is the advantage of nosql?
What are all types of user defined functions?
Can we use having without group by in sql?
What is data profiling in sql?
what is a trigger? : Sql dba
What is a table partition?
How do I edit a trigger in sql developer?
What has stored procedures in sql?
How many sql databases can you have on one server?
What is sql comments?
What is sqlcommand?
What is oracle sql developer?