Without giving condition how to retrieve the unmatched
records from table.



Without giving condition how to retrieve the unmatched records from table...

Answer / 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

More Oracle General Interview Questions

What is the difference between sharding and partitioning?

0 Answers  


2. Display the post code and the total number of purchase orders placed with creditors in that post code.

0 Answers   Wipro,


How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example

1 Answers   Polaris,


What operating systems are supported by oracle database 10g xe?

0 Answers  


How do I uninstall oracle client from windows?

0 Answers  






What is a synonym? What are its various types?

0 Answers  


Explain the different normalization forms?

0 Answers  


What is the order of defining local variables and sub procedures/functions?

0 Answers  


How can we find the size of a database?

2 Answers  


How to add another datafile to a tablespace?

0 Answers  


which institute and which faculty is providing best training for oracle sql, plsql in hyderabad

4 Answers  


What happens if the imported table already exists?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)