Multiple choice What is the difference between drop and delete? Both remove columns from table. Both remove rows from table. DELETE Statement is used to remove rows in a table while drop removes a column in a table. Both work in a similar way. None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation As per the explanation of options 1 and 2, DELETE statement is used to remove rows in a table while drop removes a column in a table.