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 are the filtered indexes?
Detail about the hardware which is supported by SQL server?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
How many types of keys are there?
How to start sql server browser service?
Can we deploy SSRS reports on our personal website?
What is federation member?
Create and insert into temp table in sql server?
Explain insert into select statement?
Do you know what are various aggregate functions that are available?
Explain microsoft sql server functions?
What are 3 ways to get a count of the number of records in a table?
What are the advantages of policy management?
What is the contrast between sql and mysql?
What kind of problems occurs if we do not implement proper locking strategy?