Computer Science, asked by magandeep3082, 11 months ago

Which command is used to remove a table from the database in sql?

Answers

Answered by devrajsah13
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