please tell me the query to get details of the employee
having the second largest salary
Answer Posted / ajay sara
Select Min(Salary) From (Select Top N * From Table_Name
Order by Salary Desc)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List some case manipulation functions in sql?
Why use identity in sql server?
how you can configure a running aggregate in SSRS?
What are orphan records?
Can you insert NULL in unique column?
Explain different types of self contained sub query?
What is the difference between osql and query analyzer?
What is global temp table?
How to update values in a table with update statements in ms sql server?
What are out-of-range errors with date and time literals?
What is postgresql server?
List out a number of the wants to setup a SQL Server failover cluster?
What is logon trigger?
How do users use Report Builder with SQL Server data sources?
Explain about Views?