Home » MYSQL » MySQL Subquery » Question
  1. Which of these operators perform similar operations like ALL and ANY?
    1. MANY
    2. SELECT
    3. GROUP
    4. SOME
    5. None of these
Correct Option: D

The operators ‘SOME’, ‘ALL’ and ‘ANY’ perform operations on columns. They can filter column results. 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.