1.

What is a subquery?

A. A subquery is a select-from-where expression that is nested within another query
B. A subquery is any query that is nested within another query
C. A subquery is a relation that is externally specified which can be used to handle data in queries
D. A subquery is a condition that excludes all the invalid tuples from the database
Answer» B. A subquery is any query that is nested within another query


Discussion

No Comment Found