Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 1 (Q.No. 31)
31.
Which command is used to remove a table from the database in SQL?
DELETE TABLE
DROP TABLE
ERASE TABLE
UNATTACH TABLE
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Farwa said:   1 decade ago
For delete a table its should be DELETE command will be used.

Radha Kanta Dalai said:   1 decade ago
Drop Command used to remove the table from data base.

Note:- Delete command used to delete table from data base and if the user wants revoke it. It is also possible.

Post your comments here:

Your comments will be displayed after verification.