MCQ
Single Best Answer
Easy
QWhich DML statement is used to combine the results of two or more SELECT statements in MySQL?
ID: #15479
Data manipulation language - MySQL
108 views
Question Info
#15479Q ID
EasyDifficulty
Data manipulation language - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
The UNION statement in MySQL is used to combine the results of two or more SELECT statements into a single result set. It removes duplicate rows by default.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic