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
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
what type of index will get created after executing the above statement? : Sql server database administration
Will sql server 2005 allow you to reduce the size of a column?
How do I determine how many instances of sql server are installed on a computer?
What are page splits?
What is the difference between nvl and nvl2?
Difference between drill down and drill through report.
explain different types of cursors? : Sql server database administration
What is a ddl statement?
How to check if stored procedure is running in sql server?
Can we write a distributed query and get some data which is located on other server and oracle database?
Explain about builtinadministrator?
What are translations and its use? : sql server analysis services, ssas
What are the disadvantages of primary key and foreign key in SQL?
What is the difference between drop table and truncate table?