Correct answer is (a) A subquery is a select-from-where expression that is nested within another query
Explanation: A subquery is a select-from-where expression that is nested within another query. Common uses for sub-queries are to perform tests for set membership, make set comparisons etc.