InterviewSolution
Saved Bookmarks
| 1. |
What Is Correlated Sub-query? |
|
Answer» CORRELATED sub-QUERY is a sub-query, which has REFERENCE to the MAIN query. Correlated sub-query is a sub-query, which has reference to the main query. |
|