what is the querry to get first 10 records from the emp
table?(emp no is the primary key)
Answer Posted / karthik
select * from emp
where rownum <=10;
or
select * from (select rownum r,emp.* from emp)
where
r between 1 and 10;
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the use of lockboxes? : oracle accounts receivable
Can we modify approve purchase order?if yes what is navigation?
Explain accounting for invoice in advance and arrears. : oracle accounts receivable
TILL WHAT LEVEL OF SECURITY BO SUPPORTS?
3. Steps in UAT?
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.
How would you go about increasing the buffer cache hit ratio?
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.
what are basic modules required to implement oracle application in any oraganisation?
8. Supporting AP, AR and GL?
What are the standard concurent programs for auto invoice interface and customer interfaces? : oracle accounts receivable
QUESTION IS THAT DURING UPLOADING DATA IN PROD SERVER,OUR EQUIPMENT TAG NUMBERS ARE NOT MATCHING WITH SAP TAG NUMBERS SO DUE TO THIS WE ARE FACING PROB, BECAUSE WHENEVER ALARM IS COMING FROM SCADA DUE MISMATCH THE NOTIFICATION IS NOT CREATED IT IS GIVING ERROR. PLEASE SUGGEST THE METHOD SO THAT THE TAG NUMBERS OF BOTH (SCADA EQUIPMENT AND SAP EQUIP) SHOULD CONCIDE.OTHERWISE WE HAVE TO GO FOR LONG PROCESS EITHER BY INTERFACE TABLE OR BY EXPORTING ALL DATA AND MAKING RIGHT CHANGES.DO YOU HAVE ANY SHORTCT METHOD PL WRITE ME. THANKS
Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable