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 }
Answers were Sorted based on User's Feedback
Answer / pandu
Hi the above posted Querry is wrong
this is Correct
Select * from TableName
where rowid in(
Select rowid from TableName
where rownum =&upto(EX <=100,200
minus
select rowid from TableName
where rownum<=&from(EX =1,101)
)
| Is This Answer Correct ? | 8 Yes | 2 No |
Is nosql faster than sql?
What are the usage of SAVEPOINTS?
Can we delete column in sql?
What are sql triggers used for?
What is normalization in a database?
Which is faster view or stored procedure?
IF i write before / after insert / update trigger and i do rollback what will happen?
Can you alter start with clause?
How to move files from one directory to another in pl sql?
Which operator is used in query for pattern matching?
What is a relationship and what are they?
Describe the Index, Types of index, At what situation we have used? Which one s better than others?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)