Home » MYSQL » MySQL Subquery » Question
  1. Which subquery cannot be executed by itself as a separate statement?
    1. EXISTS
    2. Correlated
    3. NOT EXISTS
    4. Uncorrelated
    5. 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.



Your comments will be displayed only after manual approval.