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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic