Single Choice Easy

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

ID: #15485 DML - Data Manipulation Language 133 views
Question Info
#15485Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A SELECT ALL
  • B JOIN
  • C MERGE
  • D COMBINE
Correct Answer

Explanation

The JOIN statement in MySQL is used to retrieve data from multiple tables by establishing relationships between them. It allows you to combine related data from different tables.

Share This Question

Challenge a friend or share with your study group.