-
An uncorrelated subquery does not contain any reference to the values from the outer query.
-
- False
- True
- NA
- NA
- 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.