A correlated subquery is executed once for each row processed by the outer query.
- True - False
True
A subquery can be used in the SELECT clause.
- True - False
True
Subqueries can be nested inside other subqueries.
- True - False
True
A scalar subquery can return multiple columns.
- True - False
False
An inline subquery is also known as a derived table or a subquery in the FROM clause.
- True - False
True