Subqueries and Nested Queries A subquery (also called inner query or nested query) is a query inside another SQL query. It is used to fetch data that will be used by the main (outer) query. 🔹 Types ...