What is subquery?
967
04-Jul-2019
Updated on 21-Sep-2020
Anonymous User
04-Jul-2019The subquery is a query within another query. The outer query is called as the main query, and the inner query is called subquery. The SubQuery is always executed first, and the result of the subquery is passed on to the main query.