write the query for find the top 2 highest salary in sql
server
Answer Posted / suhail qaiser
select top 2 salary from emp order by salary desc
Is This Answer Correct ? | 38 Yes | 32 No |
Post New Answer View All Answers
What are different types of data sources?
what is the difference between count(*) and count(1) ?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
Can you leave a union at any time?
Explain about extended stored procedure?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
Explain intellisense for query editing
what is a check constraint?
What are subqueries in sql server?
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
What happens if null values are involved in comparison operations?
Can you explain the disadvantages/limitation of the cursor?
Where views are stored in sql server?
Do you know what is a linked server in sql server?
How can you check the version of sql server?