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


Please Help Members By Posting Answers For Below Questions

what are the types of subquery? : Sql dba

592


What is trigger types in sql?

537


What are the constraints available in sql?

580


What is pl sql block in dbms?

530


What are pl sql data types?

552






How many types of tables are there?

509


what is not null constraint? : Sql dba

553


What is compound trigger?

561


What is out parameter used for eventhough return statement can also be used in pl/sql?

588


Is a foreign key always unique?

535


explain advantages of innodb over myisam. : Sql dba

648


What does fetching a cursor do?

618


What is parallel hint?

750


What is the difference between having and a where in sql?

576


What do you understand by pl/sql records?

535