InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a correlated subquery?(a) Uses the result of an inner query to determine the processing of an outer query(b) Uses the result of an outer query to determine the processing of an inner query(c) Uses the result of an inner query to determine the processing of an inner query(d) Uses the result of an outer query to determine the processing of an outer queryThe question was posed to me in final exam.I would like to ask this question from Joins in portion Laying the Foundation of SQL Server |
|
Answer» The correct choice is (a) Uses the result of an inner QUERY to determine the processing of an outer query |
|