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