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
Define ACID properties in a Database?
What is the difference between insensitive and scroll cursor?
Why can there be only one clustered index and not more than one?
What is key set driven?
Can You Use Data Mining Models In Ssrs?
Explain the properties of a relational table?
What is the use of keyword with encryption. Create a store procedure with encryption?
Describe in brief sql server monitoring ways.
How to convert a numeric expression from one data type to another?
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?
what is a transaction and what are acid properties? : Sql server database administration
What is the difference between a view and a stored procedure?
What stored by the msdb?
What are different types of database indexes?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?