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
definition of cluster and non-clustered index?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How do I reset a sequence in oracle?
How to load excel data sheet to oracle database
How to find the duplicate rows count from employees table in oracle?
What is recycle bin in Oracle?
How to create a stored program unit?
Does oracle charge for java?
What are the tools for Oracle ?
How to check the oracle tns settings?
What is oracle update statement with inner join ?
what's query optimization and without use of IN AND Exist can we get another way data from query
Is postgres faster than oracle?
How to select an oracle system id (sid)?
What is the usage of synonyms?