write the query for find the top 2 highest salary in sql
server
Answer Posted / girish
select max(salary) from emp where sal<(select max(salary)
from emp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is SQL Azure Firewall?
What is row_number function?
What is a trigger and its types?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How many columns can we include on clustered index ?
How do you handle datasets larger than 50 gb?
What is difference between getdate and sysdatetime in sql server 2008?
List all the types of user-defined functions?
What triggers long term care?
Can a synonym name of a table be used instead of a table name in a select statement?
What are the system database in sql server 2005?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
Can you explain the disadvantages/limitation of the cursor?
Explain what is lock escalation?
Explain about SQL server 2005?