How to retrieve range of 10th rows to 20 th rows from total
rows from a database table.? (Not from Dataset)
Answer Posted / alex
string myquery="SELECT * FROM [Employee] WHERE
([Table_Field]<=10 AND [Table_Field]<=20)"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you set the threshold at which sql server will generate keysets asynchronously?
explain different types of constraints? : Sql server database administration
What is difference between foreign key and unique key?
What are the different types of sub-queries?
what's the difference between delete table and truncate table commands? : Sql server database administration
Difference between Logical Page and Physical Page in SSRS.
What is a view in sql?
What is the temp table?
Explain about local stored procedure?
How to delete a login name in ms sql server?
How many types of local tables are there in sql server?
Explain what are the basic functions for master, msdb, model, tempdb databases?
Tell me what is use of except clause? How it differs from not in clause?
How to find related tables in sql server?
How to test odbc dsn connection settings?