write the query for find the top 2 highest salary in sql
server
Answer Posted / santhosh kumar
select Distinct Top 2 Salary from EMP order by Salary desc
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
Explain what are commit and rollback in sql?
Explain about Joins?
What is change data capture (cdc) feature?
what is a check constraint?
Name and describe few console utilities for ssrs?
Can you explain different types of locks in sql server?
What is the difference between inner join and equi join?
Explain how you can configure a running aggregate in SSRS?
Explain triggers in sql?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
What is self contained scalar sub query?
What is ms sql server service broker?
What is dbcc? Give few examples.
What is rank function?
How many databases can we create in a single server?