write the query for find the top 2 highest salary in sql
server
Answer Posted / saritha
select distinct top 2 salary from EMP order by salary desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know how to store and query spatial data?
Can you explain powershell included in sql server 2008?
How to round a numeric value to a specific precision?
What do we have to check in database testing?
How to change the name of a database user?
What is the use of for clause?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
How many cores do I need for sql server 2016?
Do you know what guidelines should be followed to help minimize deadlocks?
What is a recursive stored procedure in sql server?
What is difference between index seek vs. Index scan?
What are audit control procedures?
What are the differences between having and where clause.
What is a partition key?