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 / harinath
select *from (select *from emp
order by last_updated_date desc)
where rownum<=6;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a flexfield? List out its types.
How can we import the data into a database using sql * loader?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
Can u give the Documentation of Custom.pll in oracle apps
What are file in oracle.
Can you explain the difference between architecture followed in 10g & 11g?
how do you describe O2C along with tables
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
What is instead of trigger in where we will use?
tell me the scenarios of the independent in reports
what is the differences between internal requisition and internal sales order?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
what are the balancing segments in AR?
List the types of flexfield?
is it possible to run the interface without using oracle apps?