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
Explain having clause and where clause?
What is self join in sql server joins?
What is sql server database?
Explain indexing and what are the advantages of it?
What are different types of table joins?
Can you create a logon trigger in sql server 2005 express edition?
Do you know how to store and query spatial data?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
What is the concept of optimization?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
Describe and explain about SQL native client?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What is master database? : SQL Server Architecture
What is the difference RDBMS and Graph Database?
What is logon trigger?