Single Choice
Easy
QWhich DML statement is used to perform bulk inserts of multiple rows in a single statement in MySQL?
ID: #15486
DML - Data Manipulation Language
120 views
Question Info
#15486Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
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