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
Can you explain important index characteristics?
What are different types of data sources?
What is Dependency Injection and provide example?
please differentiate between delete and truncate?
How to insert multiple rows with a subquery?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What is user-defined inline table-valued function?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
Tell me the use of keyword with encryption. Create a store procedure with encryption?
What is ssl in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Can group functions be used in the order by clause in ms sql server?
What is a DBMS, query, SQL?
Explain difference between cross join and full outer join?
What is meant by indexing?