Home » MYSQL » MySQL Subquery » Question
  1. An uncorrelated subquery does not contain any reference to the values from the outer query.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

MySQL has two kinds of subqueries, namely, uncorrelated subquery and correlated subquery. An uncorrelated subquery does not contain any reference to the values from the outer query.



Your comments will be displayed only after manual approval.