Which SQL syntax would you use to delete a table titled My_Table_1? All Questions › Category: Database › Which SQL syntax would you use to delete a table titled My_Table_1? 0 Vote Up Vote Down Anonymous asked 3 years ago Options: DELETE TABLE My_Table_1 DROP DATABASE My_Table_1 DROP TABLE My_Table_1 DROP DATABASE My_Table_1 1 Answers 0 Vote Up Vote Down Anonymous answered 3 years ago DROP TABLE My_Table_1