Multiple choice Which among the following SQL commands is used to delete a table from a database? DROP DELETE TRUNCATE REMOVE ERASE TABLE Reveal answer Fill a bubble to check yourself A Correct answer Explanation This option is correct as DROP TABLE command is used to remove a table definition and all data.