Multiple choice technology databases

Single-row subquery returns:

  1. Only one row

  2. Two rows

  3. Zero rows

  4. 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.