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

Why is nosql good?

585


How to start oracle sql developer?

552


What is view? Can we update view

859


What is anonymous block in sql?

632


How many types of normalization are there?

485






what are the advantages a stored procedure? : Sql dba

538


Why indexing is needed?

509


How to avoid using cursors?

589


what is “go” in t-sql? : Transact sql

594


how to delete an existing column in a table? : Sql dba

548


What is a Mapplet?

638


what is difference between delete and truncate commands? : Sql dba

568


Why use triggers in sql?

489


Is primary key always clustered index?

531


what is a control file ? : Sql dba

569