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
How to speed up webrick?
What are the different types of partitions in oracle?
What is hash cluster in oracle?
How to convert raw data type into text in oracle? Explain
How to call a stored function with parameters?
How to create a new table by selecting rows from another table?
What is an oracle recycle bin?
What is tns entry?
How to retrieve the count of updated rows?
What is oracle rowcount?
What is a nvl function? How can it be used?
How can we create the complete backup of data in the oracle.
What are the different pseudo commands? Explain in general?
What are the different types of synonyms?
What is an oracle user role?