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 three command line utilities and what are their primary functions?
When would you use it?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What is a cache in ssrs?
Explain where clause?
what is spatial nonclustered index
Explain external key management in sql server 2008
What is sql server schema compare? How we can compare two database schemas?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
What types of Joins are possible with Sql Server?
How can a user-defined datatype be created?
Explain ms sql server reporting services vs crystal reports?
Can you import Microsoft Excel data to SSRS?
What is the difference between locking and multi-versioning?
How secure is sql server database?