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 are some examples of schemas?
List out the different types of locks available in sql server?
Can primary key be null?
What is the full form of dql?
What is merge replication?
Give me any three differences between Truncate and Delete.
Explain nested join?
What is the use of set nocount on/off statement?
What do you understand by a view? What does the with check option clause for a view do?
What is acid properties?
What is the difference between varchar and varchar(max) datatypes?
How do I delete a sql server database?
How check triggers in sql server?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
Explain about service Broker functions?