write the query for find the top 2 highest salary in sql
server
Answer Posted / naren
select max(salary) as salary1 from employee where salary <
select max(salary) as salary2 from employee
| Is This Answer Correct ? | 27 Yes | 16 No |
Post New Answer View All Answers
What are the main sources of data?
Difference between report and query parameter.
What are the 2 types of classifications of constraints in the sql server?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
How to find the list of fixed hard drive and free space on server?
do views contain data ?
What are subqueries in sql server?
What are different types of join?
What is policy based management (pbm)? : sql server database administration
How many replicas are maintained for each sql azure db?
How do I find the sql server version?
Explain system functions or built-in functions? What are different types of system functions?
how you can list all the tables in a database?
explain different types of cursors? : Sql server database administration
What is the sql server 2000 version number?