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
Is sql different from sql server?
explain declarative management framework (dmf) in sql server 2008?
What are dml (data manipulation language) statements in ms sql server?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
What is resource db in sql server?
What are the advantages of using stored procedures?
Mention what are the different types of ssrs reports?
What are the indexes in sql server?
What is @@rowcount in sql?
What is coalesce and check constraint in sql server?
How will you add a dimension to cube? : sql server analysis services, ssas
What the different types of Replication and why are they used?
What are the lambda triggers?
What is default constraint?
What is a view in sql?