write the query for find the top 2 highest salary in sql
server
Answer Posted / ravi pahuja
selecl distinct top 2 salories from emp order by salory desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use group functions in the select clause in ms sql server?
What is the template in sql?
Explain what are page splits? : SQL Server Architecture
What is sql or structured query language?
How to bind a view to the schema of the underlying tables?
What is user-defined functions? What are the types of user-defined functions that can be created?
What are different replication agents and what's their purpose? : sql server replication
is it important for a database administrator to understand the operating system and file access? : Sql server administration
List out some of the requirements to set up a sql server failover cluster?
Explain rdbms?
What are the types of indexing?
What is save transaction and save point?
How can you hide the sql server instances?
How to create a view with data from multiple tables?
Explain triggers in sql?