write the query for find the top 2 highest salary in sql
server
Answer Posted / suhail qaiser
select top 2 salary from emp order by salary desc
| Is This Answer Correct ? | 38 Yes | 32 No |
Post New Answer View All Answers
What is relationship? What number of sorts of relationship are there?
How can you list all the columns in a database?
What are the five major components of a dbms?
What are trace files?
What is the difference between functions and scalar functions?
Can a table have 2 foreign keys?
What is self contained sub query?
How does recursive cte works in sql server?
How to generate create function script on an existing function?
How to create user defined functions with parameters?
How to implement service broker?
Which joins are sql server default?
Why do we need different type of parameter?
What are the advantages of using third-party tools?
what is database replication? : Sql server database administration