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 |
What is TABLE SPACE?
What is sql clause?
Initially question was asked to mention the types of indexes. Then asked about BITMAP INDEX and B-Tree Index
What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?
What is the difference between sum and count in sql?
Can a procedure in a package be overloaded?
What are aggregate and scalar functions?
How to know the last executed procedure?
What happens when a trigger is associated to a view?
What is a memo field?
Does truncate free space?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
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)