Final answer:
A subquery refers to when one SQL query is embedded in another SQL query. It allows for more complex and specific data retrieval.
Step-by-step explanation:
When one SQL query is embedded in another SQL query, this is referred to as a subquery. A subquery is a query nested within another query and is used to retrieve data based on the results of the outer query. It allows for more complex and specific data retrieval.