Difference between sub query and nested query ?

Answer Posted / mohanty

query inside the query is nested query.
it is also called as sub query.
Correlated subquery runs once for each row selected by the
outer query. It contains a reference to a value from the
row selected by the outer query.

Nested subquery runs only once for the entire nesting
(outer) query. It does not contain any reference to the
outer query row.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please explain.. DB architecture ...

1798


What is partitioned table in Oracle?

860


How to convert characters to times in oracle?

790


How to assign a tablespace to a users in oracle?

811


Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?

780


What is a dynamic performance view in oracle?

813


What is tns service name?

868


How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.

1824


How do I use unicode codesets with the weblogic jdriver for oracle driver?

811


can anyody please send me the dump for Oracle 10g certifications for DBA path?

1945


What are the uses of synonyms?

866


What is oracle join syntax?

781


How to write numeric literals in oracle?

924


How to create a table interactively?

772


Use of an integrity constraint is better to validate data. Explain

808