write query for fourth maximum salary from employee table
Answer Posted / raman
select top 1(esal) from (select top 2(esal) from employee order by esal desc) employee order by esal asc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to add the custom code in Report?
do you know how to configure db2 side of the application? : Sql server database administration
What does set rowcount do?
whats the maximum size of view state??
What is the difference between dataadapter and datareader?
Are null values the same as that of zero or a blank space?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
Differentiate between sql temp table vs table variable?
What is abstracting periodical?
What is key set driven?
Is INSTEAD OF trigger directly applicable to Table ?
How do I create an extended event in sql server?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
What do you mean by collation recursive stored procedure?
How can we improve performance by using SQL Server profiler?