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 payment term in ar. : oracle accounts receivable
What is the disk migration? what is the steps involved in oracle disk migration?
what are the types of LIST REPORTS in cognos8BI? and what is the mean and use of METRIC STUDIO in Cognos 8.3BI?
difference of using cursor for loop and open,fetch,close.which one is better
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.
How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.
as a technical developer in oracle applications which type errors feced in your experience sofar
I would like to study certification course in Data base adminidtrator then where would i go to study this course?
types of receipts and detail desription about recipts and tables effected by receipts?
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?
What is the difference between conversions and interfaces? : oracle accounts receivable
What is db_recovery_file_dest in oracle? When do you need to set this value?
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
Explain the use of table functions.