Previous |
Next
What is the SQL DROP DATABASE Statement?The SQL DROP DATABASE statement is the SQL command that removes an existing database. A database is the outer container for other SQL objects: tables, columns, views, indexes, etc.
How To Use the SQL DROP DATABASE StatementThe SQL DROP DATABASE statement is used as follows. SQL DROP DATABASE Statement Syntax
SQL DROP DATABASE Statement Example The following example drops an existing database named CUSTOMER_DB_DEV.
|
| HOME | SQL OVERVIEW | SQL BASICS | SQL ADMINISTRATION | SQL ADVANCED | SQL SYNTAX |
| Copyright© 1999-2010, First Place Software, Inc. |


