Answer Posted / rajasekar
er
# 9
select top 1 * from (
SELECT DISTINCT TOP 3 salary
FROM tblemp
ORDER BY salary desc) t order by salary asc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it ok to shrink transaction log?
Explain transaction server distributed transaction?
What are the types of processing and explain each? : sql server analysis services, ssas
How can sql server instances be hidden?
Why I have to use stored procedures?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
what's the information that can be stored inside a bit column? : Sql server database administration
What happens if time-only values are provided as date and time literals?
How is sql server used?
What is the difference between ddl and dml?
Can you index views?
What are the properties of the transactions?
What are the disadvantages of using querystrings to send data from one page to another?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
What is format parameter in ssrs?