write query for fourth maximum salary from employee table
Answer Posted / yogendra barode
Select top 1 salary from (select top 4 salary from tbl_emp
order by salary desc) temp_tbl order by asc
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How do I setup a local sql server database?
How to receive returning result from a query?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What is the order in which the sql query is executed?
What is difference between stored procedure and user defined function?
What is a system database and what is a user database?
Write a SQL queries on Self Join and Inner Join.
Explain how you can configure a running aggregate in SSRS?
What is DCL?
Define ACID properties in a Database?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
Can you explain different types of joins?
What is the concept of optimization?
what kind of lan types do you know? : Sql server database administration
What is the security principal at the database level that represents your session?