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 memory advisor in Oracle?

0 Answers   MCN Solutions,


How to load data through external tables?

0 Answers  


How many types of database triggers exist?

0 Answers  


Explain an index segment?

0 Answers  


What is open database communication (odbc) in oracle?

0 Answers  






19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.

2 Answers   Wipro,


How to list all tables in your schema?

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 can you Enforce Referential Integrity in snapshots ?

1 Answers  


how will I find the first 5 highest salaried employees in each dept in oracle.

22 Answers   IBM,


How to load a large xml file?

0 Answers  


In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?

1 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)