Answer Posted / raja
select top1 salary from(select distinct top2 salary from
table name order by salary desc)a order by salary
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to specify the collation for a character data type in ms sql server?
What is format parameter in ssrs?
How to execute a sql statement using mssql_query()?
What is sql profiler. What are the default templates with it? : sql server database administration
What are truncate options available in sql server? : sql server database administration
what is the maximum size of a row? : Sql server database administration
What are partitioned views and distributed partitioned views?
How much space does sql server 2016 take?
Can you explain what are commit and rollback in sql?
What is the command used to check locks in microsoft sql server?
What is the downside of using udf?
What is transaction server auto commit?
how would you store your query in an SSRS report or a Database server?
Explain sql delete command?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration