write the query for find the top 2 highest salary in sql
server
Answer Posted / mohan c v
select min(salary) from
(select top 2 salary from phani order by salary desc) as a
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does null mean?
What is a join in sql?
What are the advantages of the mirroring?
What is named calculation? : sql server analysis services, ssas
What are different types of table joins?
What programming language would you use to create embedded functions in ssrs?
Which are new data types introduced in sql server 2008?
Which are the important points to note when multilanguage data is stored in a table?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
Can we use pragma autonomous_transaction in trigger?
what is the main function of a query parameter?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What do you mean by table and field in sql?
How to retrieve error messages using mssql_get_last_message()?