🎴 Flashcard Mode

Database Management Systems

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which among the following SQL commands is used to delete a table from a database?

AnswerClick to flip back
A
DROP
💡 Explanation:

This option is correct as DROP TABLE command is used to remove a table definition and all data.

Change Mode