how to retrive only second row from table in sql server
2000?

Answer Posted / belson gnana pradeep

SELECT TOP 1 salary FROM
(SELECT DISTINCT TOP 2 salary FROM employee
ORDER BY salary DESC) a ORDER BY salary

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

603


What Is Rdbms?

684


Can select statements be used on views in ms sql server?

597


What is the purpose of the tempdb database?

585


Why do we need normalization?

505






What are the advantages of mirroring?

575


How to drop an existing schema in ms sql server?

605


How many cores do I need for sql server 2016?

513


Explain timestamp datatype?

562


What do you mean by normalisation?

513


How do I find the size of a sql server database?

503


Describe and explain about SQL native client?

624


explain different types of joins? : Sql server database administration

543


What is key set driven?

547


What are the different types of backups that exist?

691