Multiple choice Which SQL statement is used to insert new data in a database? insert into insert new add new 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.