Without giving condition how to retrieve the unmatched
records from table.
Answer Posted / sudipta santra
SELECT * FROM (
(
SELECT * FROM T1
UNION
SELECT * FROM T2
)
MINUS
(
SELECT * FROM T1
INTERSECT
SELECT * FROM T2
) ) ;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to shutdown your 10g xe server?
what are actual and formal parameters?
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 resolve name conflicts between variables and columns?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to insert multiple rows with one insert statement in oracle?
Please explain drop constraint oracle?
How to see free space of each tablespace?
What is the disadvantage of User defind function?
Explain the use of full option in exp command.
Difference between cartesian join and cross join?
what are archived logs?
How can I create database in oracle?
How to define an anonymous block?
What is a system tablespace?