write the query for find the top 2 highest salary in sql
server
Answer Posted / shahid
select * from(select * from Employee order by salary desc) where rowNum<3
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do I find the size of a sql server database?
How to sort query output in descending order in ms sql server?
Explain about remote stored procedure?
What is the importance of concurrency control?
When I delete any data from a table, does the sql server reduce the size of that table?
What is PROJECTION Operation?
What is de-normalization in sql database administration? Give examples?
How to connect a database with sql express.?
If a stored procedure is taking a table data type, how it looks?
How many triggers you can have on a table?
How to set the current database in ms sql server?
Why are sql functions used?
Can you create a logon trigger in sql server 2005 express edition?
What is a data source file?
Do you know what is blocking?