Question: 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 main query
- the subquery
Answer: The correct answer of the above question is Option D:the subquery