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 A single-row subquery returns exactly one row from the inner query, allowing use of single-row comparison operators like =, >, <, >=, <=, !=. If it returns zero or multiple rows, these operators will cause an error.