- A INSERT INTO
- B UPDATE TABLE
- C ADD ROW
- D MODIFY ROW
Answer:
A
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.