how to get second highest salary in SQL(as/4000
Answer Posted / satheeshkumar
Select max(sal) From Employee where sal not in ( Select max
(sal) From Employee)
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
What is sqlservr exe?
What is the usage of distinct keyword?
What is java sql connection?
What is multiple partition?
How do I view a table in sql?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
Can a varchar be a primary key?
What are all the common sql functions?
Explain the difference between drop and truncate commands in sql?
How to run sql statements with oracle sql developer?
How do you write a subquery?
What is group function in sql?
how to install mysql? : Sql dba
Explain what is a view?
what is the difference between inner and outer join? Explain with example. : Sql dba