What is the term for a query that is nested inside another query?
Q1. What is the term for a query that is nested inside another query?
Answer: Subquery
Explanation: A subquery is a query nested inside another, used to retrieve data for the outer query.