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

Answer Posted / surenda tarai

select top 1 * from(select top 3 * from tablename order by 1
asc) as at order by 1 desc

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 7 disadvantages to a manual system?

515


Explain about sql server login?

599


What are the different acid properties?

625


What is analysis service repository?

589


Explain linked server in sql?

696






What new changes are being made in SQL Server?

574


Why can there be only one clustered index and not more than one?

546


Explain sql server authentication modes?

615


What Is Rdbms?

673


Describe and explain about SQL native client?

620


Explain the concept of recursive stored procedure.

497


Would you store your query in a ssrs report or a database server? State the reason why?

108


What is the difference between a primary key and a unique key? Are they the same?

546


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

520


Can you tell me some of the common replication dmv's and their use? : sql server replication

537