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 / suman rana
select * from T2
minus
select * from T1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what happened to the global index when I truncate the data in one of the partition?
What is control file used for?
ABOUT IDENTITY?
How to get the Installed Oracle Version Information ?
What is a trigger oracle?
How to create a temporary table in oracle?
What is the oracle implicit cursor?
How can you merge two tables in oracle?
Why use resource manager in Oracle?
What are the data types in oracle?
What do database buffers contain?
Explain overloading. Can functions be overloaded?
What is a oracle database?
Can you tell me how to add new column in existing views?how?How is possible?
How remove data files before opening a database?