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 is xdr?
What is the simplest way to create a new database in ms sql server?
How we create SQL Server 2005 Reporting Services ? Give me Sample
List some case manipulation functions in sql?
How many databases instances are there in sql server 2000?
How to list all triggers in the database with sys.triggers in ms sql server?
application server is slow what may be the problem
Write the SQL query to drop, truncate and delete table.
Can a database be shrunk to 0 bytes, if not, why?
Explain what is “asynchronous” communication in sql server service broker?
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?
Are connections to sql server encrypted?
What does REVERT do in SQL Server 2005?
Explain what are the authentication modes in sql server?
How to add more data to the testing table in ms sql server?