Write a query to find second highest salary of an employee.
Answer Posted / manikumar
Select Sal from Emp where Sal in (Select Max(Sal) from Emp)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is it possible to pass parameters to triggers?
How can we implement rollback or commit statement in a trigger?
what are the join types in tsql? : Transact sql
What kind of join is join?
What are string functions in sql?
What is union, minus and interact commands?
Can we use the cursor's to create the collection in PL/SQL?
What is spool?
what is the difference between blob and text? : Sql dba
define sql insert statement ? : Sql dba
What are the set operators in sql?
what is commit? : Sql dba
What is a sql schema used for?
Does access use sql?
How can I change database name in sql?