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