Multiple choice Which command is used to remove a table from memory? DELETE DROP TRUNCATE REMOVE Reveal answer Fill a bubble to check yourself B Correct answer Explanation The DROP command is used to completely remove a table structure and all of its data from the database. DELETE and TRUNCATE remove rows from a table but keep the table structure intact.