Multiple choice Which command is used to remove a table or index from the database in SQL? Delete Table Drop Table Erase Table None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation The DROP TABLE command permanently removes a table and its data from the database, along with any associated indexes, constraints, and dependencies. DELETE removes rows but keeps the table structure.