Multiple choice

Which SQL statement is used to insert new data in a database?

  1. insert into

  2. insert new

  3. add new

  4. add record

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The standard SQL command to add new records to a table is 'INSERT INTO'. Other options like 'insert new' or 'add record' are not valid SQL syntax.