1.

Which of these operators perform similar operations like ALL and ANY?(a) SOME(b) MANY(c) SELECT(d) GROUPThis question was posed to me during an online exam.I would like to ask this question from Performing Multiple in chapter Using SQL to Manage Data of MySQL

Answer»

Correct option is (a) SOME

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions