Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed)
Answer Posted / suresh
select payout,emp_cd from empmas e where 2>(select count(payout) from empmas s where s.payout>e.payout);
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is trigger in salesforce?
What are the advantages of user defined function?
What is the size of transaction log file?
How can you stop stored procedures from recompiling?
What is command parameter in ssrs?
Can you use order by when defining a view?
where can you add custom error messages to sql server? : Sql server administration
Difference between LEN() and DATALENGTH() in sql server ?
What are the requirements for sql server 2016?
Is mysql the same as sql server?
what is sql server? : Sql server database administration
What is user-defined function?
What is the difference between char, varchar and nvarchar?
Explain a differential backup?
Explain error handling in ssis?