Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which one is the correct syntax for applying UNION operator?
SELECT FROM table_name1 AND table_name2
SELECT column_name(s) FROM table_name1 UNION SELECT column_name(s) FROM table_name2
SELECT column_name(s) FROM table_name1 UNION table_name2
UNION SELECT column_name(s) FROM table_name1 SELECT column_name(s) FROM table_name2
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!