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

How do I know if oracle client is installed on windows?

0 Answers  


What are the uses of Rollback Segment ?

2 Answers  


List the various oracle database objects?

0 Answers  


How to drop a stored function?

0 Answers  


What are the advantages of oracle?

0 Answers  






If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...

0 Answers   NIC,


What are the factors causing the reparsing of SQL statements in SGA?

2 Answers  


How to shutdown your 10g xe server from command line?

0 Answers  


What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ?

1 Answers  


What language does oracle use?

0 Answers  


What is SQL access advisor in Oracle?

0 Answers   MCN Solutions,


Which database is better for os platform dependency?

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)