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
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
What is count(*) from po_vendors(any table)?
What are the benefits of using soa architecture?
Explain what are the tables of auto invoice?
Can we create tables in apps schema?
how do you describe O2C along with tables
is it possible to run the interface without using oracle apps?
In hierarchical structure of a database? we have write query from where we should start?
Do you know what are user profiles in apps. Any examples you can give?
Plz anybody send me Technical specification for AP Interface
q)what are the validations in sql*loader
pls send me out bound code of supplers,site,bankiformation code pls as soon as
In oracle application how do you debug or trace errors?
Explain oracle apps architecture.
Are you familiar with internet architecture of oracle apps 11i?