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
What are sparse columns?
Do you know the cursor types?
Explain can you implement data mining in ssrs?
Explain what is the use of custom fields in report?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What is the difference between drop table and truncate table?
Is it possible to call a stored procedure within a stored procedure?
Is null vs coalesce?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
What is the cartesian product of the table?
Why I am getting this error when dropping a database in ms sql server?
What is a database in ms sql server?
What are unicode character string data types in ms sql server?
What are the purpose of Normalisation?
What is the difference between push and pull subscription? : sql server replication