-
Which subquery cannot be executed by itself as a separate statement?
-
- EXISTS
- Correlated
- NOT EXISTS
- Uncorrelated
- None of these
Correct Option: B
An uncorrelated subquery contains references to the values from the outer query. So, it is dependent on it. Therefore, a correlated subquery cannot be executed by itself as a separate statement.