how to get 25th row in any table in sqlserver can u tell me
syntax

Answer Posted / a.alagu ganesh

We create index colomn in that table . use that index
coloum we take the 25th row of that table .

Example

SELECT * FROM table1 WHERE index_coloumn = 25

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data source object?

547


Explain relational data?

543


What is the default port for SQL Server over a firewall?

587


Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

496


Can a unique index be created on a column, which contains null?

521






Do you know what are the ways available in sql server to execute sql statements?

541


What are the types of indexes?

590


What is checkpoint process in the sql server?

549


What is the difference between osql and query analyzer?

541


1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?

1626


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

641


What is code near application topology?

197


Write a sql query to get zero records from a table having n number of records?

705


what's the difference between delete table and truncate table commands? : Sql server database administration

482


How to find the list of fixed hard drive and free space on server?

563