write the query for find the top 2 highest salary in sql
server
Answer Posted / arun kumar k s
select Distinct Top 2 Salary from EMP order by Salary desc
| Is This Answer Correct ? | 111 Yes | 59 No |
Post New Answer View All Answers
What is difference between group by and having?
What is attribute? : sql server analysis services, ssas
What do you mean by SQL injection attack?
How do you debug a procedure in sql server?
What is an expensive query?
What is dimension table? : sql server analysis services, ssas
How to make a column nullable?
What is a partitioned view?
Ms sql server index?
What do we need queues in sql service broker?
Can you explain the disadvantages/limitation of the cursor?
What is sql server 2000 work load governor?
How you can add messages to the nt event log from within a stored procedure?
What are the advantages of using third-party tools?
How to connect a database with sql express.?