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
What are the different types of normalization?
How to create percentile function?
What are the methods used to protect against sql injection attack?
Explain how to send email from sql database?
What is the difference between char and varchar2 datatype in sql?
Which are the important points to note when multilanguage data is stored in a table?
What is a linked server in sql server?
Explain throw statement in sql server 2008?
Find columns used in stored procedure?
What are the different types of sql server replication? : sql server replication
define and explain the differences between clustered and non-clustered indexes.
How many clustered indexes there can be on table ?
What are the basic features of a trigger in ms sql server?
What is difference between clustered and non clustered index?
Can we take the full database backup in log shipping?