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