How do you retrieve set of records from database server.
{Set max records = 100 & use paging where pager page no or
records = 10 & after displaying 100 records again connect to
database retrieve next 100 }
Answer Posted / padma
select top 100 * from <tablename>
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What does trigger mean in psychology?
How delete all data from all tables in sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Can you have a foreign key without a primary key?
what are the different index configurations a table can have? : Sql dba
What are operators available in sql?
Is sql similar to python?
What is trigger and types?
what is the functionality of the function htmlentities? : Sql dba
What are synonyms in sql?
Is not null in sql?
What is the location of pre_defined_functions.
What is trigger types of trigger?
How do I run a pl sql procedure in sql developer?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?