-
Which of these operators perform similar operations like ALL and ANY?
-
- MANY
- SELECT
- GROUP
- SOME
- 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.