Which two statements are true regarding subqueries?

Which two statements are true regarding subqueries? (Choose two.)

Which two statements are true regarding subqueries? (Choose two.)

A.
A subquery can retrieve zero or more rows.

B.
Only two subqueries can be placed at one level.

C.
A subquery can be used only in SQL query statements.

D.
A subquery can appear on either side of a comparison operator.

E.
There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Yong

Yong

Why isn’t E?

Gabriel

Gabriel

In the WHERE clause there is a limit of 255 subquery levels.