Multiple choice technology databases Which SQL statement is used to delete data from a database? DELETE COLLAPSE REMOVE 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.