Multiple choice

Which SQL command inserts new data into a database?

  1. NEW

  2. INSERT

  3. ADD

  4. 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.