Which two statements are true regarding subqueries? (Choose two.)
Select all that apply, then click Submit answer.
-
○
A subquery can appear on either side of a comparison operator.
-
○
Only two subqueries can be placed at one level.
-
○
A subquery can retrieve zero or more rows.
-
○
A subquery can be used only in SQL query statements.
-
○
There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement.


