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 is sql collation?
Does sql server 2000 clustering support load balancing?
Can you please explain the difference between function and stored procedure?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
How efficient you are in oracle and SQL server?
What is indexing in sql server with example?
Do you know how to store and query spatial data?
Explain the use of keyword with encryption. Create a store procedure with encryption?
What is role playing dimension with two examples? : sql server analysis services, ssas
How many null values we can have in a unique key field in sql server?
What is a functions and types in sql server?
What is raid, and how it can influence database performance?
Tell me what is log shipping?
What are .mdf files?
How to list all login names on the ms sql server?