Single Choice Easy

QWhich DML statement is used to insert new rows into a table in MySQL?

ID: #15466 DML - Data Manipulation Language 128 views
Question Info
#15466Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A INSERT INTO
  • B UPDATE TABLE
  • C ADD ROW
  • D MODIFY ROW
Correct Answer

Explanation

The INSERT INTO statement in MySQL is used to insert new rows into a table. It allows you to specify the table name and the values to be inserted into the respective columns.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.