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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A UNION
  • B COMBINE
  • C MERGE
  • D JOIN
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.

Share This Question

Challenge a friend or share with your study group.