Single Choice Easy

QWhich DML statement is used to join data from multiple tables in MySQL?

ID: #15470 DML - Data Manipulation Language 109 views
Question Info
#15470Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A COMBINE
  • B JOIN
  • C MERGE
  • D UNION
Correct Answer

Explanation

The JOIN statement in MySQL is used to combine data from multiple tables based on specified criteria. It allows you to create relationships between tables and retrieve related data.

Share This Question

Challenge a friend or share with your study group.