How to retrieve range of 10th rows to 20 th rows from total
rows from a database table.? (Not from Dataset)

Answer Posted / vinay

SELECT TOP 10
ID,Name,Address
FROM TableName
WHERE ID NOT IN (SELECT TOP 10 ID FROM TableName)

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are “lost updates”?

772


Can you index views?

669


What are two difference between sql azure and azure tables?

153


What are the acid properties?

719


What are date and time data types in ms sql server?

723






What is sql server query analyzer?

706


What is the difference function and stored procedure?

711


Explain the steps to create and execute a user-defined function in the sql server?

703


What are different types of data sources?

637


but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration

715


How do I find the transaction log size in sql server?

681


Where sql server user names and passwords are stored in sql server? : sql server database administration

794


How to turn off warning messages during php execution?

711


Tell me about normalization in DBMS.

749


What is the maximum size of sql server database?

686