Home » MYSQL » MySQL Database Operations » Question
  1. The ALL subquery performs operations on _____________.
    1. table
    2. database
    3. column
    4. row
    5. None of these
Correct Option: C

The operators ‘ALL’ and ‘ANY’ are used to perform operations on columns. They are used in conjunction with a comparison operator in order to test the result of a column subquery.



Your comments will be displayed only after manual approval.