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
Difference between Inner vs outer joins?
What is the maximum size per database for sql server express?
Does partitioning ssd reduce performance?
What does it mean to invest in the index?
Define synonym?
What is the process of normalising?
What are different types of raid levels?
What is trigger and different types of Triggers?
What it means to be triggered?
What is data compression?
What is right outer join in sql server joins?
What are the underflow and overflow behaviors on float literals?
What is bcp? When does it used?
What is sql server programming?
Explain trigger and trigger types?