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
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
What are the database roles? : sql server security
How can a user-defined datatype be created?
What are the main sources of data?
Explain nested trigger in sql?
What is the use of sql profiler in sql server 2012?
What is trigger in salesforce?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is tabulation?
Why we should not use triggers?
How to call stored procedure using http soap?
What is data source object?
Do you have any idea about the tcl commands?
When columns are added to existing tables, what do they initially contain?