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 java sql drivermanager?
What's the difference between a primary key and a clustered index?
What is secondary key?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Can there be 2 primary keys in a table?
Can function return multiple values in sql?
What is your daily office routine?
Show how functions and procedures are called in a pl/sql block.
What is rollback?
what is view? : Sql dba
Why stored procedures are faster than query?
What is number function in sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is audit logout in sql profiler?
what are ddl statements in mysql? : Sql dba