Use this tag for questions related to a dependent (correlated) subquery in MySQL.
A correlated subquery is a subquery that contains a reference to a table that also appears in the outer query.
as stated in MySQL: 13.2.10.7 Correlated Subqueries.
Question tagged with mysql-dependent-subquery talk about optimization and performance issues with this kind of queries, in addition to getting them right, etc. .