How to find 8th person record in a table?
Plz mail ur answers to
mak2786@gmail.com
Regards
Arun
Answer Posted / sandeep
syntax: select <rownum>,<c.. n.. 2>,<c..n..3>
from<tablename>
group by<rownum>,<c.n.2>,<c.n.3>
having rownum=&n
eg:
select rownum,ename,empno from emp
group by rownum,ename,empno
having rownum=&8
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what are basic modules required to implement oracle application in any oraganisation?
What is the mandatory setup in cyclecount ?
as a technical developer in oracle applications which type errors feced in your experience sofar
WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?
How would you determine what sessions are connected and what resources they are waiting for?
i want to know about the javaBean.what is its purpose and how it can use in Forms.
What is the sql query to find the employee who has Nth maximum salary?
Differentiate between standard remittance and bills receivable remittance : oracle accounts receivable
Explain the use of table functions.
Explain the payment term in ar. : oracle accounts receivable
How to clone the database using RMAN back
difference of using cursor for loop and open,fetch,close.which one is better
What is the difference between recovery and restoring of the oracle database?
how to write customizations in po
HOW TO GET THE ORGANIZATION TO ORGANIZATION DETAILS INFORMATION IN THE INVENTORY MODULE.THE REQUIREMENT IS FROMORG TOORG FROMINV TOINV ..