Multiple choice Which SQL command inserts new data into a database? NEW INSERT ADD NONE OF THESE Reveal answer Fill a bubble to check yourself B Correct answer Explanation INSERT is the standard SQL command for adding new records (rows) to a table. It specifies which table to modify and provides values for the columns.