what are the various purpose of drop command
Answers
Answered by
0
Explanation:
Drop command is a DDL (Data Definition Language) command, and it can be used to destroy an existing database, table, index or view.
Hope it will be helpful :)
Answered by
0
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.
Similar questions