In a table their 20 records.I had update 6 records???How
can see and retrieve particular 6 records.i.e.,Latest
updated.
Answer Posted / orchid
select * from (select * from aa
order by last_updated_date desc)
where rownum <= 6;
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the different components you should consider while defining a responsibility in oracle apps?
what is the differences between internal requisition and internal sales order?
What are the Standard Reports and Forms in HRMS?
is it possible to run the interface without using oracle apps?
what are the prerequisites for costing transactions?
can we get profile values in report without using user exists is it possible how?
What is a value set? List its various types.
Explain what are the tables of auto invoice?
Can you define an erp system?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
In support project one ticket alloted which steps follows manualy tell me ?
In oracle application how do you debug or trace errors?
What does appl_top directory contain?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
how can i print random rows in plsql table