MCQ Single Best Answer Easy

QWhich DML statement is used to perform bulk inserts of multiple rows in a single statement in MySQL?

ID: #15486 Data manipulation language - MySQL 100 views
Question Info
#15486Q ID
EasyDifficulty
Data manipulation language - MySQLTopic

Choose the Best Option

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

  • A INSERT VALUES
  • B INSERT BATCH
  • C INSERT MULTIPLE
  • D INSERT INTO ... SELECT
Correct Answer: Option A

Explanation

The INSERT VALUES statement in MySQL is used to perform bulk inserts of multiple rows in a single statement. It allows you to specify multiple sets of values to be inserted into the respective columns.

Share This Question

Challenge a friend or share with your study group.