MySQL
What is a subquery and what is the difference between correlated and non-correlated?
A subquery is a query nested inside another query, usable in SELECT, FROM, WHERE, and HAVING clauses.
A subquery is a query nested inside another query, usable in SELECT, FROM, WHERE, and HAVING clauses.