InterviewSolution
Saved Bookmarks
| 1. |
Which subquery cannot be executed by itself as a separate statement?(a) Correlated(b) Uncorrelated(c) EXISTS(d) NOT EXISTSThis question was addressed to me at a job interview.I'd like to ask this question from Performing Multiple topic in division Using SQL to Manage Data of MySQL |
|
Answer» Correct choice is (a) CORRELATED |
|