Multiple choice

What statements adds stuff in to the database?

  1. CREATE

  2. DELETE

  3. INSERT

  4. DROP

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

The INSERT statement is used to add new rows of data into a database table.