What is difference between co-related sub query and nested sub query?



What is difference between co-related sub query and nested sub query?..

Answer / Chandrakant Giri

A correlated subquery depends on outer query's columns, so it accesses them for each row of the outer query. A nested subquery does not depend on the outer query's columns and is processed before the outer query. In other words, a correlated subquery can be thought of as embedded inside the main query, while a nested subquery acts as a separate unit.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle DBA (Database Administration) Interview Questions

Tell me about standby database? What should we watch out for?

1 Answers  


What is a database instance?

1 Answers  


How many databases should a dba manage?

1 Answers  


What do you mean by oracle dba?

1 Answers  


What skills should a dba have?

1 Answers  


Tell me about standby database? What are some of the configurations of it?

1 Answers  


If you see a pin hit ratio of less than 0.8 in the estat library cache report is this a problem? If so, how do you fix it?

1 Answers  


Guideline for sizing db_block_size and db_multi_block_read for an application that does many full table scans?

1 Answers  


What is dba software?

1 Answers  


What does the no logging option do? Why would we be careful of using it?

1 Answers  


What is the advantage of using rman?

1 Answers  


How can you find dead processes?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)