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
What are the new features of sql server 2008 r2 reporting service?
What is the purpose of object explorer and its features? : sql server management studio
what are the different types of SSRS reports?
List types of tables in SQL Azure?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
How will you add a dimension to cube? : sql server analysis services, ssas
explain the storage models of olap? : Sql server database administration
What are the advantages of passing name-value pairs as parameters?
How do you test your database? : sql server database administration
How do you create a data source?
How to rename databases in ms sql server?
What are the common performance issues in sql server?
what are the new features introduced in sql server 2000? : Sql server database administration
How do you Implement SSIS Packages in your Project?
How to create view in stored procedure sql server?