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
Explain how to use linked server?
Can you pass expressions to function parameters?
Is sql server implemented as a service or an application? : Sql server database administration
What are different types of roles provided by ssrs?
How data can be copied from one table to another table?
Is sql server a database?
Define outer join in sql server joins?
What is difference between clustered and non clustered index?
Write a sql query to delete duplicate records from a table called table1
What function does a database engine serve in the sql server?
What is the Main Difference between ACCESS and SQL SERVER?
How to create median function?
Can you explain different types of locks in sql server?
how to invoke a trigger on demand? : Sql server database administration
Which sql server is best?