How to select nth record from a table?

Answer Posted / saravanan p

Select top 1 * from
(Select top n * from tbl order by column name asc)tbl1
order by column name desc

Is This Answer Correct ?    18 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql server programming?

548


What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?

477


What is normalization of database? What are its benefits?

515


Why truncate is ddl command?

512


What is filtered index?

649






How to create hyperlink from returned sql query ?

618


What are the benefits of normalization?

573


What is the difference between rank and dense_rank?

503


Can group by and orderby be used together?

593


What is meant by datasource?

510


Do you know exporting and importing utility?

529


what is database replicaion? : Sql server database administration

600


What is the stuff and how does it differ from the replace function?

528


What is row_number()?

576


Explain about system database?

578