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 / ratnakar
if u know updated date then following query will work
select * from emp where effecive_start_date = (select
sysdate from dual);
or
select * from emp where effective_start_date = (select
to_date(dateof update,'dd-mon-yy') from dual);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to print multi lay outs,muti currency,muti language in xml publisher
How many schemas we have? how many you have used?
how do you describe O2C along with tables
can we use look up type instead of a pofile option?or valueset?is it possible how?
what are the prerequisites for costing transactions?
What does appl_top directory contain?
How to move the one file from one instance to another instance? And your scripts also?
Can you differentiate between mediator and osb?
What are the Standard Reports and Forms in HRMS?
what is the difference between request group and request security in oracle apps?
Is soa a part of oracle fusion middleware?
what are the different transaction clauses in AR?
What is oracle soa suite and what are its different components?
What are the different components you should consider while defining a responsibility in oracle apps?
In hierarchical structure of a database? we have write query from where we should start?