Answer Posted / nishi
select rownum, empno, ename from emp where rowid in (select rowid from emp where rownum <=&upto minus select rowid from emp where rownum<&Start);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to set a transaction to be read only in oracle?
What is oracle join syntax?
How to manage transaction isolation level?
How to convert dates to characters in oracle?
How to define a data source name (dsn) in odbc manager?
What are the four Oracle system processes that must always be up and running for the database to be useable?
interview questions with answer for cts
Explain the use of compress option in exp command.
Please explain oracle data types with examples?
How to get the Installed Oracle Version Information ?
How many types of segments in Oracle?
What is an oracle database?
How does oracle handle read consistency?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What do you mean by a tablespace?