1.

An uncorrelated subquery does not contain any reference to the values from the outer query.(a) True(b) FalseI have been asked this question in final exam.Query is from Performing Multiple topic in section Using SQL to Manage Data of MySQL

Answer»

Correct OPTION is (a) True

The best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions