When you have a subquery inside of the main query, which query is executed first?
the subquery
the main query
They are executed at the same time
The subquery is never executed. Only the main query is executed.