write a query to find the third maximum salary of a
employee.(table:employ col name:salary)
Answer Posted / ravindra
select max(sal) from emp where level=3 connect by prior sal>sal;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
What is mrc and what is its use? : oracle accounts receivable
WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?
What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle?
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
Explain how to close periods in ar. : oracle accounts receivable
How would you go about increasing the buffer cache hit ratio?
What Are Cross Validation & Adi?
What is the use of lockboxes? : oracle accounts receivable
as a technical developer in oracle applications which type errors feced in your experience sofar
What is chargeback invoice? How do we create it? : oracle accounts receivable
difference of using cursor for loop and open,fetch,close.which one is better
can u give guidance abt packages of plsql
HOW TO GET THE ORGANIZATION TO ORGANIZATION DETAILS INFORMATION IN THE INVENTORY MODULE.THE REQUIREMENT IS FROMORG TOORG FROMINV TOINV ..