- Subqueries (also known as inner queries or nested queries) are a tool for performing operations in multiple steps.
- For example, if you wanted to take the sums of several columns, then average all of those values, you’d need to do each aggregation in a distinct step
Shathana. S.R. Answered question May 29, 2023
