CBSE Class 12 Computer Science
Question 38 of 79
Table Creation and Data Manipulation Commands — Question 12
Back to all questionsDrop table command
Reason — The DROP TABLE command is used to delete a table and all its data from the database. Once this command is given, the table name is no longer recognized and no more commands can be given on the object.