Answer Posted / cpnagar
SELECT salary FROM (SELECT ROW_NUMBER() OVER (ORDER BY
salary desc) AS RN,*
FROM
emp)temp
WHERE
RN=3
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is difference between materialized view and view?
Can we call future method from queueable?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
what is a transaction? : Sql server database administration
What are information schema views?
What is equi join with example?
How to update a field in SQL after ALTERING a row?
How do I create a trace in sql server?
How to count rows with the count(*) function in ms sql server?
Is sql server a database?
What are the different ways you can create databases in sql server?
what is database replication? : Sql server database administration
What is the command dbcc checkdb used for?
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
How do you open a cluster administrator?