Which SQL statement is used to add new rows to a table?

SQL Fundamentals Easy

SQL Fundamentals — Easy

Which SQL statement is used to add new rows to a table?

Key points

  • INSERT INTO is the standard SQL command for adding new rows to a table.
  • It is followed by the table name and the values to be inserted.
  • ADD ROW, APPEND, and CREATE ROW are not recognized SQL commands for inserting data.

Ready to go further?

Related questions