Computer Science, asked by paridodhiyawala13, 9 months ago

what are the various purpose of drop command​

Answers

Answered by Anonymous
0

Explanation:

\bold{\huge{\fbox{\color{purple}{♡Answer♡}}}}

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 vaishanavi2003
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