T1: T2
A X--- this is updated record
B B
like this T1 table having no.of records updated. write a
query"retrive updated record from T2"
Answer Posted / suresh babu
select SCN_TO_TIMESTAMP(ORA_ROWSCN) from table;
This query shows all records timestamp.From this result you
can find record,which recently updated.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to create lov dynamically at runtime & attach to text field?
Explain implicit cursor.
why dont we assign not null constraint as table level constraint.
Is there any function in oracle similar like group_concat of mysql?
How to get execution path reports on query statements?
What is not equal to in oracle?
How will you write a query to get a 5th rank student from a table student_report?
What are the differences between interval year to month and interval day to second?
How to get execution statistics reports on query statements?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Can we protect our pl/sql source code?
How to create a new table in oracle?
What is object data modeling?
Can a formula column be obtained through a select statement ?
What are a query and state the different types of queries and their uses?