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
Where do we use decode and case statements?
ABOUT IDENTITY?
What is a sub query? Describe its types?
Is oracle an operator?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is a sub query and what are the different types of subqueries?
What is procedure overloading in oracle?
Will you be able to store pictures in the database?
Is the After report trigger fired if the report execution fails ?
Why oracle is used?
How do we get field detail of a table?
What is bulk collect in oracle?
What is an oracle table?
How to get a list of all background sessions in the database?
What are a collation and state the different types of collation sensitivity?