In SQL, what is a subquery?
Question 1
Q1. In SQL, what is a subquery?
Answer: A query nested inside another query
Explanation: A subquery is a query nested inside another query, often used to provide data for the outer query or to simplify complex queries.