Which command is used to remove a table from the database in sql?
Answers
Answered by
2
Answer:DROP command
Explanation:
The SQL DROP command is used to remove an object from the database. If you drop a table, all the rows in the table is deleted and the table structure is removed from the database. Once a table is dropped we cannot get it back, so be careful while using DROP command
Similar questions
English,
6 months ago
Math,
6 months ago
Biology,
11 months ago
Computer Science,
11 months ago
Science,
1 year ago