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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion