select three highest values from a table.
Answer / rashmiraj
SELECT COL1,COL2,ROWNUM
FROM (SELECT COL1,COL2 FROM TABLE ORDER BY COL1 DESC)
WHERE ROWNUM<=&A;
as for example........
select ename,job,sal,rownum
from (select ename,job,sal from emp order by sal desc)
where rownum <=3;
Is This Answer Correct ? | 13 Yes | 3 No |
I want to setup additional organizations, do I have to setup multiorg?
Define oracle suite?
What will be your partitioning strategy on gl_balances? Your views please?
What responsibility do I need to use to setup organization?
Define request group ?
What is a datalink?
Define application top?
Differentiate apps schema from other schemas?
Define ad-hoc reports?
Define mrc ( multiple reporting currency)?
Explain the uses of fsg?
Which are the types of triggers?