Multiple choice technology databases Single-row subquery returns: Only one row Two rows Zero rows There is no such subquery Reveal answer Fill a bubble to check yourself A Correct answer Explanation Single-row subqueries return exactly one row (one column value). They use single-row comparison operators like =, >, <, >=, <=. If they return zero rows, the comparison fails.