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 standard SQL statement for removing data from database tables. Options B (COLLAPSE), C (REMOVE), and D (ERASE) are not valid SQL keywords for data deletion - they don't exist in the SQL language for this purpose.