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
Where do we use pl sql?
Why should I use postgresql?
What is the use of double ampersand (&&) in sql queries? Give an example
What do you mean by stored procedures? How do we use it?
How can we make an if statement within a select statement?
What does closing a cursor do?
What is the difference between function, procedure and package in pl/sql?
what is column? : Sql dba
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
what is rdbms? : Sql dba
What is sql clause?
What are two statement types in sql?
How do I view tables in sql developer?
Does varchar need length?
What are the commands used in sql?