Q. SELECT on a MERGE table is like . . . . . . . .
β
Correct Answer: (A)
UNION ALL
Explanation: This question is about how MySQL handles the SELECT statement when dealing with MERGE tables. A MERGE table is a special type of table that combines data from multiple underlying tables.