InterviewSolution
Saved Bookmarks
| 1. |
The process of replacing a nested query with a query with a join is known as _________(a) Correlation(b) Decorrelation(c) Cache handling(d) Join replacement |
|
Answer» Right answer is (b) Decorrelation Easiest explanation: The process of replacing a nested query with a query with a join is known as decorrelation. It is more complicated when the nested sub query uses aggregate functions inside it. |
|