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 is private procedure oracle?
What is different types of joins?
What is oracle thin client?
What is connection pooling in oracle?
What is varray?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
How to call a stored function with parameters?
What is oracle database client?
What are transaction isolation levels supported by oracle?
6. Display the client name and order date for all orders using the traditional method.
Please explain joins in oracle?
How to omit columns with default values in insert statement in oracle?
What are dml statements in oracle?
How to connect to a local oracle 10g xe server?
why dont we assign not null constraint as table level constraint.