A Table has 10,000 records,How can i get latest 10 dates
from the table.so that i can only store those 10 records
in to my Resultset Object,to reduce load on my app?
Answer Posted / laxman
select payment_id,payment_date from care_billing_payment
order by payment_id desc limit 10;
this query give latest 10 rows;
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
please send me oracle pl/sql exp resume. and also faqs...
if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure
I need a Technical evaluation between Oracle and SAP ? please do a need ful.
3. Steps in UAT?
i want to know about the javaBean.what is its purpose and how it can use in Forms.
where the dff data will be stored
what is semphore explian it?
what are basic modules required to implement oracle application in any oraganisation?
hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
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 is supporting issues GL AP and AR?
key flexfield structure
can u give guidance abt packages of plsql
CAN AUNIVERSE BE LINKED TO MORE THAN ONE DATASOURCE?