Single Choice
Easy
QWhich DML statement is used to combine the results of two or more SELECT statements in MySQL?
ID: #15479
DML - Data Manipulation Language
123 views
Question Info
#15479Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
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