Multiple choice technology databases

Which SQL statement is used to delete data from a database?

  1. DELETE

  2. COLLAPSE

  3. REMOVE

  4. ERASE

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

DELETE is the SQL statement for removing rows from a table. Options B, C, and D (COLLAPSE, REMOVE, ERASE) are not valid SQL commands for deleting data.