MCQ Single Best Answer Easy

QWhich MySQL statement is used to insert data into a table?

ID: #15418 Introduction to MySQL Databases 102 views
Question Info
#15418Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

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

  • A INSERT INTO
  • B UPDATE
  • C ADD
  • D SET
Correct Answer: Option A

Explanation

The INSERT INTO statement is used in MySQL to insert new data into a table. It allows you to specify the table name, column names, and the values to be inserted.

Share This Question

Challenge a friend or share with your study group.