write the query for find the top 2 highest salary in sql
server
Answer Posted / k.elumalai
select max(salary)from emp where salary <(select sum(salary)
from emp)
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
Differentiate between delete and truncate.
What is shrink log file?
explain the storage models of olap? : Sql server database administration
Explain log shipping and mention its advantages.
Explain error handling in ssis?
Explain about Normalization?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What are the differences between clustered and non-clustered index?
How self join is different from outer join?
What is database replication? What are the different types of replication you can set up in sql server?
Can the query output be sorted by multiple columns in ms sql server?
How to update a field in SQL after ALTERING a row?
What is the difference between stored procedure and user defined functions?
What are trace flags?
What is ddl command?