How to retrieve range of 10th rows to 20 th rows from total
rows from a database table.? (Not from Dataset)
Answer Posted / govardhana r
use Row_Number() function to check for the condition so
that the row number is between 10 and 20
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
how to invoke a trigger on demand? : Sql server database administration
Explain how to send email from sql database?
What are the different types of normalization?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are commonly used odbc functions in php?
How to use subqueries in the from clause in ms sql server?
How to specify the collation for a character data type in ms sql server?
What do you understand by mirroring and mention the advantages of the mirroring?
What are statistics?
Why main is user defined function?
How to assign null values to variables or columns?
What is a result set object returned by odbc_exec()?
What is difference between table aliases and column aliases? Do they affect performance?
What is for xml in sql server?
What will be query used to get the list of triggers in a database?