Question: When you have a subquery inside of the main query, which query is executed first?

  1. The subquery is never executed. Only the main query is executed.
  2. They are executed at the same time
  3. the main query
  4. the subquery

Answer: The correct answer of the above question is Option D:the subquery