Which SQL syntax would you use to delete a table titled My_Table_1?

All QuestionsCategory: DatabaseWhich SQL syntax would you use to delete a table titled My_Table_1?
Anonymous asked 4 years ago

Options:

  1. DELETE TABLE My_Table_1
  2. DROP DATABASE My_Table_1
  3. DROP TABLE My_Table_1
  4. DROP DATABASE My_Table_1
1 Answers
Anonymous answered 4 years ago
  1. DROP TABLE My_Table_1