Alok GuptaFollowFeb 5, 2021·1 min readNested QueriesA subquery is a complete query nested in the SELECT, FROM, HAVING, or WHERE clause of another query. The subquery must be enclosed in parentheses and have a SELECT and a FROM clause, at a minimum.