ARAbdullah Rufaiinfreecodecamp.org·Aug 17 · 22 min readHow to Work with Subqueries in SQLWhenever you see a query nested inside another query in SQL, that's a subquery. A subquery is also known as an inner query while the one that contains it is called the main or outer query. Subqueries 10