How do I use the drop command in SQL?

20 December 2022

How do I use the drop command in SQL?

Posted in Maintenance

DROP can be used to remove a single table or an entire database.

A database, table, index, or view that is already in existence is destroyed by the DROP statement.

A relational database management system component can be removed using the SQL DROP statement (RDBMS).

database_name: Name of the database to be deleted.

 

Comments (0)

Leave a comment

Please login to leave a comment.