Home » MYSQL » MySQL Subquery » Question
  1. Which subquery returns a single value?
    1. row
    2. table
    3. column
    4. scalar
    5. None of these
Correct Option: D

The subqueries in MySQL can return different types of information. A scalar query returns a single value. Column subquery return a single column and row subquery returns a single row.



Your comments will be displayed only after manual approval.