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
Explain about unique identifier data type in sql server?
How would you use user_constraints table in DB?
What is dynamic cursor in SQL SERVER?
How do I port a number to sql server?
What are different backups available in sql server?
What command is used to rename the database?
What is the recursive stored procedure in sql server?
Can an automatic recovery be initiated by a user?
What does it mean to invest in the index?
What is collation sensitivity? Explain different types.
What is the difference between DataRow.Delete() and DataRow.Remove()?
What is pessimistic concurrency?
What is an execution plan?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
Describe in brief databases and sql server databases architecture.