What is drop command in SQL?
DROP is used to delete a whole database or just a table. The DROP statement destroys the objects like an existing database, table, index, or view. A DROP statement in SQL removes a component from a relational database management system (RDBMS). What is DROP in database? Dropping a database deletes the database from an instance of SQL Server and deletes …