write the query for find the top 2 highest salary in sql
server
Answer Posted / ramu
select * from emp e where 2=(select count(sal) from emp
where e.sal<=sal)
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
what types of replication are supported in sql server? : Sql server database administration
Please explain what is “asynchronous” communication in sql server service broker?
What is the return type of executeupdate ()?
Which is the latest version of sql server and when it is released?
how to trace the traffic hitting a sql server? : Sql server database administration
Does any body please help me what question's have asked for SSRS in the interview?
What is the use of “join” in sql server?
How to find which stored procedure is currently running in sql server?
What are the two authentication modes in sql server?
How do I find the query plan in sql server?
What are acid properties of transaction?
What is indexing and its types?
What is temporary stored procedure?
Explain various On-Delete options in a DB table. Which is the default option?
Mention what are the different types of ssrs reports?