Which of these operators perform similar operations like ALL and ANY?

Which of these operators perform similar operations like ALL and ANY? Correct Answer SOME

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.

Related Questions