InterviewSolution
Saved Bookmarks
| 1. |
What Is The Sub-query? |
|
Answer» Sub-QUERY is a query WHOSE RETURN values are used in FILTERING conditions of the main query. Sub-query is a query whose return values are used in filtering conditions of the main query. |
|