Examveda

The ALL subquery performs the operation . . . . . . . .

A. row

B. column

C. table

D. database

Answer: Option B

Solution (By Examveda Team)

This question is about how the ALL subquery works in MySQL.
Think of a subquery as a smaller query inside a bigger one. It gets data, and the main query uses that data.

ALL is a keyword used to compare a value with every row returned by the subquery.

So, ALL works with rows of data.

Therefore, the answer is Option A: row.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous