Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed)

Answer Posted / shashank tayal

select salary from table_name order by desc limit 3,1;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the second highest salary of an employee?

682


What are the differences between web role and worker role?

108


What is RAID? What are the different types of RAID configurations?

699


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

611


What is a derived table?

619






How to replace the Query Result 'Null Value' with a text ?

665


What is a transactions?

682


Explain can you implement data mining in ssrs?

112


Differentiate between a local and a global temporary table?

631


how would you troubleshoot blocking? : Sql server database administration

621


What are the five major components of a dbms?

594


List out some of the requirements to set up a sql server failover cluster?

674


Do you know what is normalization of database? What are its benefits?

646


What is provisioning, billing and metering, and connection routing concepts in the service layer?

104


Do you know the capabilities of cursors?

636