Oracle DBA Question:
Download Job Interview Questions and Answers PDF
what is difference between Co-related sub query and nested sub query?
Answer:
Co-related sub query is one in which inner query is evaluated only once and from that result outer
query is evaluated.
Nested query is one in which Inner query is evaluated for multiple times for getting one row of that
outer query.
ex. Query used with IN() clause is Co-related query.
Query used with = operator is Nested query
query is evaluated.
Nested query is one in which Inner query is evaluated for multiple times for getting one row of that
outer query.
ex. Query used with IN() clause is Co-related query.
Query used with = operator is Nested query
Download Oracle DBA Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between RAID 5 and RAID 10? Which is better for Oracle? | How do I write a cron which will run a SQL query and mail the results to a group? |