Q. The following MySQL statement is valid.
SELECT abc, xyz FROM table1 UNION abc, def FROM table2;
SELECT abc, xyz FROM table1 UNION abc, def FROM table2;
β
Correct Answer: (A)
True
Explanation: This question asks if the given MySQL statement is valid. Let's break it down: