write the query for find the top 2 highest salary in sql
server
Answer Posted / saravanan p
select distinct top 2 salary from employee order by salary
desc
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is the default server name for sql server?
What command must you use to include the not null constraint after a table has already been created?
What is change tracking in sql server?
What is a filestream?
What are different types of constraints?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What is data source document?
What are audit control procedures?
What do you understand by recursive stored procedure?
Explain the relational database management system (rdbms)?
Can we return Data from 4(more than 1) tables in stored procedure?
How many replicas are maintained for each sql azure db?
What are different types of data sources?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
How is sql server used?