Single Choice Easy

QWhich DML statement is used to insert data into a table by selecting values from another table in MySQL?

ID: #15478 DML - Data Manipulation Language 112 views
Question Info
#15478Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A INSERT INTO SELECT
  • B SELECT INTO
  • C INSERT SELECT
  • D INSERT FROM
Correct Answer

Explanation

The INSERT SELECT statement in MySQL is used to insert data into a table by selecting values from another table. It allows you to combine data from different tables during insertion.

Share This Question

Challenge a friend or share with your study group.