Tag: What is subquery?
A subquery is a query within another query. The outer query is called as the main query, and the inner query is called a sub-query. A Sub-Query is always executed first, and the result of the sub-query is passed on to the main query.