Answer Posted / neetu
Select Top 1 Salary from TableName where Salary IN(select
top 3 salary from TableName order by salary Desc) order by Asc
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Write query to return all rows sql?
What is join and name different type of joins?
What are the different index configurations a table can have?
What is the use of keyword with encryption.
What do you mean by recursive stored procedure?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
List some major differences between triggers and stored procedures?
Define cursor locking
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
What are different types of statement?
Explain system scalar functions?
What is a transaction and why is it important?
what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration
Why is replication required on the sql server?
What do you understand by integration services in sql server?